File: go.mod

package info (click to toggle)
golang-github-soheilhy-cmux 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 3
file content (13 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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 => ../