2
0
mirror of https://github.com/soheilhy/cmux.git synced 2026-08-04 10:33:09 +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

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/soheilhy/cmux
go 1.11
require golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb