Creation of Policy Type Instance
[ric-plt/a1.git] / a1-go / go.mod
index 3205ceb..a189744 100644 (file)
@@ -27,7 +27,7 @@ replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdl
 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
 
 require (
-       gerrit.o-ran-sc.org/r/com/golog v0.0.2
+       gerrit.o-ran-sc.org/r/com/golog v0.0.2
        gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0
        github.com/go-openapi/errors v0.19.9
        github.com/go-openapi/loads v0.19.7
@@ -38,6 +38,7 @@ require (
        github.com/go-openapi/validate v0.19.15
        github.com/jessevdk/go-flags v1.5.0
        github.com/stretchr/testify v1.6.1
+       github.com/xeipuuv/gojsonschema v1.2.0
        golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
-       k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
+       k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
 )