go version update
[ric-plt/sdlgo.git] / go.mod
diff --git a/go.mod b/go.mod
index 5620f90..efc8f5b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module gerrit.o-ran-sc.org/r/ric-plt/sdlgo
 
-go 1.12
+go 1.18
 
 require (
        github.com/go-redis/redis/v8 v8.11.4
@@ -8,4 +8,15 @@ require (
        github.com/stretchr/testify v1.5.1
 )
 
+require (
+       github.com/cespare/xxhash/v2 v2.1.2 // indirect
+       github.com/davecgh/go-spew v1.1.1 // indirect
+       github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
+       github.com/inconshreveable/mousetrap v1.0.0 // indirect
+       github.com/pmezard/go-difflib v1.0.0 // indirect
+       github.com/spf13/pflag v1.0.5 // indirect
+       github.com/stretchr/objx v0.1.1 // indirect
+       gopkg.in/yaml.v2 v2.4.0 // indirect
+)
+
 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo/internal/sdlgoredis => ./internal/sdlgoredis