Update to the latest dependency versions and use distroless/static:nonroot image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user