X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=a1-go%2Fgo.mod;h=40dac358ec97f4d79d1a6f9a372a05c1f2be7764;hb=refs%2Fchanges%2F91%2F9991%2F1;hp=26b642f18b572934b4aac94b6ba11d38af4233b9;hpb=1a41ce75dbf508ae4d85c2dc4a562f36da04bb65;p=ric-plt%2Fa1.git diff --git a/a1-go/go.mod b/a1-go/go.mod index 26b642f..40dac35 100644 --- a/a1-go/go.mod +++ b/a1-go/go.mod @@ -31,6 +31,7 @@ replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-pl require ( gerrit.o-ran-sc.org/r/com/golog v0.0.2 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 github.com/go-openapi/errors v0.19.9 github.com/go-openapi/loads v0.19.7 github.com/go-openapi/runtime v0.19.29 @@ -39,9 +40,10 @@ require ( github.com/go-openapi/swag v0.19.12 github.com/go-openapi/validate v0.19.15 github.com/jessevdk/go-flags v1.5.0 + github.com/santhosh-tekuri/jsonschema/v5 v5.1.0 github.com/stretchr/testify v1.6.1 - github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b + gopkg.in/yaml.v2 v2.4.0 k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 + )