RIC:1060: Change in PTL
[ric-plt/nodeb-rnib.git] / common / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common
2
3 go 1.17
4
5 require (
6         github.com/pkg/errors v0.8.1
7         github.com/stretchr/testify v1.3.0
8 )
9
10 require (
11         github.com/davecgh/go-spew v1.1.0 // indirect
12         github.com/pmezard/go-difflib v1.0.0 // indirect
13 )