Very basic initial API endpoint

This commit is contained in:
Lou Knauer
2021-08-20 12:54:11 +02:00
parent fb433cc497
commit f7310bc70a
6 changed files with 126 additions and 5 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/nats-io/nats-server/v2 v2.2.6 // indirect
github.com/nats-io/nats.go v1.11.0
)