CI: Add silent prescan SonarCloud job
[nonrtric/rapp/ransliceassurance.git] / icsversion / go.mod
1 module oransc.org/usecase/oduclosedloop/icsversion
2
3 go 1.19
4
5 require (
6         github.com/gorilla/mux v1.8.0
7         github.com/sirupsen/logrus v1.8.1
8         github.com/stretchr/testify v1.5.1
9 )
10
11 require (
12         github.com/davecgh/go-spew v1.1.1 // indirect
13         github.com/kr/pretty v0.2.0 // indirect
14         github.com/pmezard/go-difflib v1.0.0 // indirect
15         golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
16         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
17         gopkg.in/yaml.v2 v2.3.0 // indirect
18 )