Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 6ab67d2

Browse files
authored
Update dependencies (#61)
1 parent dee1b8f commit 6ab67d2

File tree

2 files changed

+271
-5
lines changed

2 files changed

+271
-5
lines changed

go.mod

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ go 1.14
55
require (
66
github.com/Jigsaw-Code/choir v1.0.1
77
github.com/Jigsaw-Code/getsni v0.0.0-20190807203514-efe2dbf35d1f
8-
github.com/Jigsaw-Code/outline-ss-server v1.1.8
9-
github.com/eycorsican/go-tun2socks v1.16.9
8+
github.com/Jigsaw-Code/outline-ss-server v1.2.1
9+
github.com/eycorsican/go-tun2socks v1.16.11
1010
github.com/oschwald/maxminddb-golang v1.7.0 // indirect
1111
github.com/prometheus/client_golang v1.7.1 // indirect
12+
github.com/prometheus/common v0.13.0 // indirect
1213
github.com/prometheus/procfs v0.1.3 // indirect
14+
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
15+
github.com/shadowsocks/go-shadowsocks2 v0.1.3 // indirect
1316
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
14-
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
17+
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
1518
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007 // indirect
16-
golang.org/x/net v0.0.0-20200707034311-ab3426394381
17-
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
19+
golang.org/x/net v0.0.0-20200904194848-62affa334b73
20+
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
1821
google.golang.org/protobuf v1.25.0 // indirect
1922
)

0 commit comments

Comments
 (0)