Fix sonar job after Go version uplift
[nonrtric.git] / auth-token-fetch / go.mod
1 module oransc.org/nonrtric/auth-token-fetch
2
3 go 1.19
4
5 require (
6         github.com/sirupsen/logrus v1.8.1
7         github.com/stretchr/testify v1.7.0
8 )
9
10 require (
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-20220319134239-a9b59b0215f8 // indirect
15         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
16         gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
17 )