blob: b1fd1b6ccda050bfd46b978023832bfb8d9d8f90 [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
14 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
15 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
16 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
17)