X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=common%2Fgo.mod;h=fd1b918ee7fad83fa180093aa7ebc08bc290dd0c;hb=7c64c2f5afa77052fb1eb56c06f464e9e5673ff9;hp=ac78aa1152486357e97c0a3e3c19b7dfba61adb0;hpb=538c6deadda6e1cf3583a6fd22e1720ba12b3d1a;p=ric-plt%2Fnodeb-rnib.git diff --git a/common/go.mod b/common/go.mod index ac78aa1..fd1b918 100644 --- a/common/go.mod +++ b/common/go.mod @@ -1,5 +1,8 @@ -module gerrit.o-ran-sc.org/r/a/ric-plt/nodeb-rnib.git/common +module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common go 1.12 -require github.com/stretchr/testify v1.3.0 +require ( + github.com/pkg/errors v0.8.1 + github.com/stretchr/testify v1.3.0 +)