Generate http endpoints and add empty vue app entry point.

This commit is contained in:
Benedikt Kulmann
2020-04-21 15:24:27 +02:00
parent 4617e7c6cc
commit 39fa211b5a
28 changed files with 9145 additions and 70 deletions
+4 -1
View File
@@ -8,7 +8,9 @@ require (
contrib.go.opencensus.io/exporter/zipkin v0.1.1
github.com/UnnoTed/fileb0x v1.1.4
github.com/go-chi/chi v4.1.0+incompatible
github.com/golang/protobuf v1.3.2
github.com/go-chi/render v1.0.1
github.com/golang/protobuf v1.4.0
github.com/grpc-ecosystem/grpc-gateway v1.14.4
github.com/micro/cli/v2 v2.1.1
github.com/micro/go-micro/v2 v2.0.0
github.com/oklog/run v1.0.0
@@ -17,4 +19,5 @@ require (
github.com/restic/calens v0.2.0
github.com/spf13/viper v1.5.0
go.opencensus.io v0.22.2
google.golang.org/genproto v0.0.0-20200420144010-e5e8543f8aeb
)