mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 12:07:28 +00:00
fix #1665
This commit is contained in:
12
_examples/mvc/grpc-compatible-bidirectional-stream/go.mod
Normal file
12
_examples/mvc/grpc-compatible-bidirectional-stream/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user