2
0
mirror of https://github.com/soheilhy/cmux.git synced 2026-08-18 09:45:44 +08:00

Adopt go modules

This commit is contained in:
Ryan Fitzpatrick
2021-02-05 18:43:02 +00:00
committed by Soheil Hassas Yeganeh
parent cdd3331e3e
commit 5ec6847320
7 changed files with 110 additions and 0 deletions

13
example/go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/soheilhy/cmux/example
go 1.11
require (
github.com/golang/protobuf v1.4.3 // indirect
github.com/soheilhy/cmux v0.0.0-00010101000000-000000000000
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
google.golang.org/genproto v0.0.0-20201207150747-9ee31aac76e7 // indirect
google.golang.org/grpc v1.27.0
)
replace github.com/soheilhy/cmux => ../