blob: 4fbd6d3f71ad083190bec749bb93e046aa846d86 [file] [log] [blame]
PatrikBuhr07b21182022-03-10 16:07:56 +01001module oransc.org/nonrtric/auth-token-fetch
2
3go 1.17
4
5require (
6 github.com/sirupsen/logrus v1.8.1
7 github.com/stretchr/testify v1.7.0
8)
9
10require (
11 github.com/davecgh/go-spew v1.1.1 // indirect
12 github.com/kr/pretty v0.2.0 // indirect
13 github.com/pmezard/go-difflib v1.0.0 // indirect
PatrikBuhra2042d02022-03-24 09:20:18 +010014 golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
PatrikBuhr07b21182022-03-10 16:07:56 +010015 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
16 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
17)