X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=common%2Fgo.mod;h=fd1b918ee7fad83fa180093aa7ebc08bc290dd0c;hb=80792b9c6045e899b92367346923dfd0fd54fbc3;hp=6e5ee93495684ee93dcf26d93319aa2238c88cca;hpb=286ce41c7d5049e688a40f68e4c6681a645add3d;p=ric-plt%2Fnodeb-rnib.git diff --git a/common/go.mod b/common/go.mod index 6e5ee93..fd1b918 100644 --- a/common/go.mod +++ b/common/go.mod @@ -1,5 +1,8 @@ -module gerrit.ranco-dev-tools.eastus.cloudapp.azure.com/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 +)