X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=e1695122180864be4969447c987aae3d000e1b31;hb=HEAD;hp=4771cf38195c18225d4f919e69babfe9c4ea1f9b;hpb=f18dbec9ba9c3b9c334423bc1846cb6c6b04ddd2;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index 4771cf3..e169512 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module routing-manager -go 1.17 +go 1.18 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.1 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.16 github.com/ghodss/yaml v1.0.0 github.com/go-openapi/loads v0.19.4 github.com/go-openapi/runtime v0.19.4 @@ -14,7 +14,7 @@ require ( require ( gerrit.o-ran-sc.org/r/com/golog v0.0.2 // indirect - gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.0 // indirect + gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.1-0.20211223104552-f7d2cf80e85c // indirect gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1 // indirect gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.1 // indirect gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1 // indirect @@ -63,10 +63,11 @@ require ( gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect + ) replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.1 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.16 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2