Helm charts and apps for pm-setup
Helm charts and scripts for installation
Apps - https-server, pm-rapp and kafka-pm-producer
Issue-ID: NONRTRIC-854
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I167b377f7d1a54923a040b05c4177afbb87ad7ef
diff --git a/pm-rapp/go.mod b/pm-rapp/go.mod
new file mode 100644
index 0000000..7b5edbe
--- /dev/null
+++ b/pm-rapp/go.mod
@@ -0,0 +1,21 @@
+module main
+
+go 1.19
+
+require (
+ github.com/confluentinc/confluent-kafka-go v1.9.3-RC3
+ github.com/gorilla/mux v1.8.0
+ github.com/json-iterator/go v1.1.11
+ github.com/sirupsen/logrus v1.9.0
+ golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
+)
+
+require (
+ github.com/golang/protobuf v1.5.2 // indirect
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
+ github.com/modern-go/reflect2 v1.0.1 // indirect
+ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
+ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
+ google.golang.org/appengine v1.4.0 // indirect
+ google.golang.org/protobuf v1.28.0 // indirect
+)