2023-08-13 14:20:55 +00:00
|
|
|
module git.faercol.me/faercol/http-boot-config/config
|
|
|
|
|
|
|
|
go 1.20
|
2023-08-13 15:59:05 +00:00
|
|
|
|
2023-08-13 19:30:44 +00:00
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
)
|
2023-08-13 15:59:05 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-04-30 16:42:35 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-08-13 15:59:05 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-04-30 16:42:35 +00:00
|
|
|
github.com/spf13/cobra v1.8.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-08-13 15:59:05 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|