RIC:1060: Change in PTL
[ric-plt/xapp-frame.git] / go.mod
diff --git a/go.mod b/go.mod
index 87087d3..d9e80c7 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,36 +1,80 @@
 module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame
 
-go 1.12
+go 1.18
 
-require (
-       gerrit.o-ran-sc.org/r/com/golog v0.0.1
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.21
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.21
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21
-       gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1
-       github.com/fsnotify/fsnotify v1.4.7
-       github.com/go-openapi/errors v0.19.3
-       github.com/go-openapi/loads v0.19.4
-       github.com/go-openapi/runtime v0.19.4
-       github.com/go-openapi/spec v0.19.3
-       github.com/go-openapi/strfmt v0.19.4
-       github.com/go-openapi/swag v0.19.7
-       github.com/go-openapi/validate v0.19.6
-       github.com/golang/protobuf v1.3.2
-       github.com/gorilla/mux v1.7.1
-       github.com/jessevdk/go-flags v1.4.0
-       github.com/prometheus/client_golang v0.9.3
-       github.com/spf13/viper v1.4.0
-       github.com/stretchr/testify v1.4.0
-       golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
-)
+replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0
 
-replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.3.1
+replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
 
-replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.0-20190604083303-aaffc8ebe3f1
+replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1
 
-replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.21
+replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.1
 
-replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.21
+replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1
 
-replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21
+require (
+       gerrit.o-ran-sc.org/r/com/golog v0.0.0-00010101000000-000000000000
+       gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.14
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.1
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v0.0.0-00010101000000-000000000000
+       gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0
+       github.com/fsnotify/fsnotify v1.6.0
+       github.com/go-openapi/errors v0.20.3
+       github.com/go-openapi/loads v0.21.2
+       github.com/go-openapi/runtime v0.26.0
+       github.com/go-openapi/spec v0.20.9
+       github.com/go-openapi/strfmt v0.21.7
+       github.com/go-openapi/swag v0.22.3
+       github.com/go-openapi/validate v0.22.1
+       github.com/golang/protobuf v1.5.3
+       github.com/gorilla/mux v1.8.0
+       github.com/jessevdk/go-flags v1.5.0
+       github.com/prometheus/client_golang v1.15.1
+       github.com/prometheus/common v0.43.0
+       github.com/spf13/viper v1.15.0
+       github.com/stretchr/testify v1.8.2
+       golang.org/x/net v0.10.0
+)
+
+require (
+       github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
+       github.com/beorn7/perks v1.0.1 // indirect
+       github.com/cespare/xxhash/v2 v2.2.0 // indirect
+       github.com/davecgh/go-spew v1.1.1 // indirect
+       github.com/docker/go-units v0.5.0 // indirect
+       github.com/go-logr/logr v1.2.3 // indirect
+       github.com/go-logr/stdr v1.2.2 // indirect
+       github.com/go-openapi/analysis v0.21.4 // indirect
+       github.com/go-openapi/jsonpointer v0.19.5 // indirect
+       github.com/go-openapi/jsonreference v0.20.0 // indirect
+       github.com/go-redis/redis v6.15.9+incompatible // indirect
+       github.com/hashicorp/hcl v1.0.0 // indirect
+       github.com/josharian/intern v1.0.0 // indirect
+       github.com/magiconair/properties v1.8.7 // indirect
+       github.com/mailru/easyjson v0.7.7 // indirect
+       github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
+       github.com/mitchellh/mapstructure v1.5.0 // indirect
+       github.com/oklog/ulid v1.3.1 // indirect
+       github.com/opentracing/opentracing-go v1.2.0 // indirect
+       github.com/pelletier/go-toml/v2 v2.0.6 // indirect
+       github.com/pmezard/go-difflib v1.0.0 // indirect
+       github.com/prometheus/client_model v0.4.0 // indirect
+       github.com/prometheus/procfs v0.9.0 // indirect
+       github.com/spf13/afero v1.9.3 // indirect
+       github.com/spf13/cast v1.5.0 // indirect
+       github.com/spf13/jwalterweatherman v1.1.0 // indirect
+       github.com/spf13/pflag v1.0.5 // indirect
+       github.com/stretchr/objx v0.5.0 // indirect
+       github.com/subosito/gotenv v1.4.2 // indirect
+       go.mongodb.org/mongo-driver v1.11.3 // indirect
+       go.opentelemetry.io/otel v1.14.0 // indirect
+       go.opentelemetry.io/otel/trace v1.14.0 // indirect
+       golang.org/x/sys v0.8.0 // indirect
+       golang.org/x/text v0.9.0 // indirect
+       google.golang.org/protobuf v1.30.0 // indirect
+       gopkg.in/ini.v1 v1.67.0 // indirect
+       gopkg.in/yaml.v2 v2.4.0 // indirect
+       gopkg.in/yaml.v3 v3.0.1 // indirect
+       k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
+)