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
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|