Skip to content

Commit

Permalink
Optimize: Update socks package
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Oct 16, 2022
1 parent cec7993 commit 5596711
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion defs.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func NewDefaultSwamp() *Swamp {
// After calling this you may use the various "setters" to change the options before calling Swamp.Start().
func NewProxyEngine() *Swamp {
pe := &Swamp{
stats: &statistics{birthday: time.Now()},
stats: &Statistics{birthday: time.Now()},
DebugLogger: &basicPrinter{},

swampopt: defOpt(),
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module git.tcp.direct/kayos/prox5
go 1.19

require (
git.tcp.direct/kayos/common v0.7.5
git.tcp.direct/kayos/common v0.7.6
git.tcp.direct/kayos/go-socks5 v1.0.1
git.tcp.direct/kayos/socks v0.0.0-20220828111753-f9f7cd3e7ee7
git.tcp.direct/kayos/socks v0.0.0-20221016092341-00cb75cc613a
github.com/haxii/socks5 v1.0.0
github.com/mattn/go-tty v0.0.4
github.com/miekg/dns v1.1.50
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
git.tcp.direct/kayos/common v0.7.5 h1:a95oIv3pzRwzYaINqFASnXqXOWVWupIVWHcOtTVUOHU=
git.tcp.direct/kayos/common v0.7.5/go.mod h1:jVbdX9prBrx9e3aTsNpu643brGVgpLvysl40/F5U2cE=
git.tcp.direct/kayos/common v0.7.6 h1:RThBVa6xKF6ybRURBgzobEHsRi8nYoYp3Z1PE2qtKx8=
git.tcp.direct/kayos/common v0.7.6/go.mod h1:jVbdX9prBrx9e3aTsNpu643brGVgpLvysl40/F5U2cE=
git.tcp.direct/kayos/go-socks5 v1.0.1 h1:Pe9PlSXofibIJyWkrr9rwWcgyfUxSdUcDCQ//6fAi0U=
git.tcp.direct/kayos/go-socks5 v1.0.1/go.mod h1:I9xU/uzFAZKukMJgEgWPrfC6rDlcPQe8wXMibF3qvhE=
git.tcp.direct/kayos/socks v0.0.0-20220828111753-f9f7cd3e7ee7 h1:zuN2VWun3lu34Lz+LAt/ZbY6YJ0SqzQf2d00YQUfNao=
git.tcp.direct/kayos/socks v0.0.0-20220828111753-f9f7cd3e7ee7/go.mod h1:KmN5oa1od8tMHmRIr9GOqWKx9MR0oGZVtAj+ARxiPwo=
git.tcp.direct/kayos/socks v0.0.0-20221016092341-00cb75cc613a h1:ATC8Y+NrPaE0imveEUP6K/7z48L0xaUuYcGG/264qk0=
git.tcp.direct/kayos/socks v0.0.0-20221016092341-00cb75cc613a/go.mod h1:u6GmCzGJ1HaMA+ZqOdCtBPqtdHSFQUhK8ePfgatebVk=
github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 5596711

Please sign in to comment.