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