Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- update Clash to latest git HEAD to include several UDP fixes
- update go-tun2socks with proper Android logging support (disabled by default)
- update go-tun2socks with listener pcb memleak fix

Signed-off-by: Syrone Wong <[email protected]>
  • Loading branch information
wongsyrone committed Feb 18, 2020
1 parent 007aef0 commit 280de80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

[[constraint]]
name = "github.com/Dreamacro/clash"
version = "0.17.1"
revision = "f69f635e0b0ada91f68be3a8566cf36e51f81818"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.4.2"

[[override]]
branch = "master"
name = "github.com/eycorsican/go-tun2socks"
source = "github.com/trojan-gfw/go-tun2socks"
revision = "efeee82202ff1e4664bec98fd08a413f703a9f9a"

[prune]
go-tests = true
Expand Down

0 comments on commit 280de80

Please sign in to comment.