go version update
[com/golog.git] / go.mod
diff --git a/go.mod b/go.mod
index 9c12bcf..67a8f28 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,14 @@
 module gerrit.o-ran-sc.org/r/com/golog
 
-go 1.12
+go 1.18
 
-require github.com/stretchr/testify v1.4.0
+require (
+       github.com/stretchr/testify v1.4.0
+       k8s.io/utils v0.0.0-20230313181309-38a27ef9d749
+)
+
+require (
+       github.com/davecgh/go-spew v1.1.1 // indirect
+       github.com/pmezard/go-difflib v1.0.0 // indirect
+       gopkg.in/yaml.v2 v2.2.2 // indirect
+)