Update golang to 1.16.5, migrate to go modules

This commit is contained in:
Sergey Bogatyrets
2021-07-07 18:47:42 +03:00
parent c839f5c1e5
commit 45f9659532
630 changed files with 25 additions and 162902 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/serjs/socks5-server
go 1.16
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/caarlos0/env v3.3.1-0.20180521112546-3e0f30cbf50b+incompatible
golang.org/x/net v0.0.0-20180406214816-61147c48b25b // indirect
)