[RICPLT-1783] Add ValidateAndBuildRanLoadInformationKey | Fix dependencies | Reformat...
[ric-plt/nodeb-rnib.git] / common / go.mod
index ac77bf2..fd1b918 100644 (file)
@@ -2,4 +2,7 @@ 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
+)