Mostly integration test work:
[ric-plt/a1.git] / integration_tests / testxappcode / go.mod
diff --git a/integration_tests/testxappcode/go.mod b/integration_tests/testxappcode/go.mod
new file mode 100644 (file)
index 0000000..9a5691f
--- /dev/null
@@ -0,0 +1,20 @@
+go 1.13
+
+module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/example-xapp
+
+require (
+       gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.24
+       github.com/go-openapi/errors v0.19.3 // indirect
+       github.com/go-openapi/runtime v0.19.11 // indirect
+       github.com/go-openapi/spec v0.19.6 // indirect
+       github.com/go-openapi/strfmt v0.19.4 // indirect
+       github.com/go-openapi/swag v0.19.7 // indirect
+       github.com/go-openapi/validate v0.19.6 // indirect
+       github.com/jessevdk/go-flags v1.4.0 // indirect
+)
+
+replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.24
+
+replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0
+
+replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1