Update to the latest dependency versions and use distroless/static:nonroot image

This commit is contained in:
Milad Arab
2022-11-03 08:04:20 +00:00
parent 76cd1a28e6
commit 4068548ec5
26 changed files with 1084 additions and 571 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
module github.com/serjs/socks5-server
go 1.16
go 1.19
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
github.com/caarlos0/env/v6 v6.10.1
)
require golang.org/x/net v0.1.0 // indirect