Skip to content

Commit

Permalink
update httpproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Mar 1, 2020
1 parent 1305144 commit 74d5b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/wzshiming/bridge

go 1.13
go 1.14

require (
github.com/spf13/pflag v1.0.5
github.com/wzshiming/httpproxy v0.1.0
github.com/wzshiming/httpproxy v0.1.3
github.com/wzshiming/socks v0.0.0-20191031031631-473648b72a10
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/wzshiming/httpproxy v0.1.0 h1:YfWNWGxbUSkk1n28EU6QH5820dg5UFDEUKz1V4y+t2o=
github.com/wzshiming/httpproxy v0.1.0/go.mod h1:myauOlIvyxHEGg3v49vlDTNBdlYSi6zSGzZlE+YL4oQ=
github.com/wzshiming/httpproxy v0.1.3 h1:LHG5j1fXAmQzybO/EYJGrvdV/pxSh5RSzJhbP9IqqUk=
github.com/wzshiming/httpproxy v0.1.3/go.mod h1:myauOlIvyxHEGg3v49vlDTNBdlYSi6zSGzZlE+YL4oQ=
github.com/wzshiming/socks v0.0.0-20191031031631-473648b72a10 h1:THyaekjCsRjSLZJD0bJWu2I9WkkYKjjqcrnzGMopQKc=
github.com/wzshiming/socks v0.0.0-20191031031631-473648b72a10/go.mod h1:j3l92c1yVhE0sz2tx1/9SXLG2TPKlFuWe+VcWjti5fg=
golang.org/x/crypto v0.0.0-20200208060501-ecb85df21340 h1:KOcEaR10tFr7gdJV2GCKw8Os5yED1u1aOqHjOAb6d2Y=
Expand Down

0 comments on commit 74d5b05

Please sign in to comment.