sdlgo versions updated to v0.3.1
[ric-plt/nodeb-rnib.git] / common / go.mod
index ac78aa1..fd1b918 100644 (file)
@@ -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
+)