2023-11-03 13:22:22 +00:00
|
|
|
module git.badhouseplants.net/allanger/shoebill
|
|
|
|
|
|
|
|
go 1.21.3
|
|
|
|
|
2023-11-05 12:03:35 +00:00
|
|
|
require (
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
2023-11-03 13:22:22 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-11-05 12:03:35 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
2023-11-03 13:22:22 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|