1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 12:07:28 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-31 05:04:05 +02:00
parent b335ab9c78
commit a70ee32ebd
12 changed files with 927 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
module grpcexample
go 1.15
// replace github.com/kataras/iris/v12 => ../../../
require (
github.com/golang/protobuf v1.4.2
github.com/kataras/iris/v12 master
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.25.0
)