X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=common%2Fgo.mod;h=b31b59dbb2f8bfebbe05cff7e993e734f59f4dba;hb=HEAD;hp=ac77bf23b3b1faf610944c14a755fcd5a07e5b87;hpb=e8369898a2769e44306e54239159cd56f5a527f1;p=ric-plt%2Fnodeb-rnib.git diff --git a/common/go.mod b/common/go.mod index ac77bf2..b31b59d 100644 --- a/common/go.mod +++ b/common/go.mod @@ -1,5 +1,13 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common -go 1.12 +go 1.17 -require github.com/stretchr/testify v1.3.0 +require ( + github.com/pkg/errors v0.8.1 + github.com/stretchr/testify v1.3.0 +) + +require ( + github.com/davecgh/go-spew v1.1.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect +)