Updating Go version to 1.17
[ric-plt/nodeb-rnib.git] / common / go.mod
index fd1b918..b31b59d 100644 (file)
@@ -1,8 +1,13 @@
 module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common
 
-go 1.12
+go 1.17
 
 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
+)