go-socks5/go.mod

22 lines
369 B
Modula-2

module git.tcp.direct/kayos/go-socks5
go 1.19
require (
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
retract (
v1.0.3
v1.0.2
v1.0.1
v1.0.0
)