1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
module github.com/LINBIT/golinstor
go 1.20
require (
github.com/BurntSushi/toml v1.4.0
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
github.com/google/go-querystring v1.1.0
github.com/sirupsen/logrus v1.9.2
github.com/stretchr/testify v1.10.0
golang.org/x/time v0.10.0
moul.io/http2curl/v2 v2.3.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|