9seconds пре 4 година
родитељ
комит
9a6264a89f
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3
    2
      go.mod

+ 3
- 2
go.mod Прегледај датотеку

@@ -25,11 +25,13 @@ require (
25 25
 	github.com/stretchr/testify v1.7.0
26 26
 	github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
27 27
 	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
28
-	golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b
28
+	golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b // indirect
29 29
 	golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef
30 30
 	google.golang.org/protobuf v1.27.1 // indirect
31 31
 )
32 32
 
33
+require github.com/txthinking/socks5 v0.0.0-20211121111206-e03c1217a50b
34
+
33 35
 require (
34 36
 	github.com/beorn7/perks v1.0.1 // indirect
35 37
 	github.com/cenkalti/backoff/v4 v4.1.0 // indirect
@@ -43,7 +45,6 @@ require (
43 45
 	github.com/pmezard/go-difflib v1.0.0 // indirect
44 46
 	github.com/prometheus/client_model v0.2.0 // indirect
45 47
 	github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
46
-	github.com/txthinking/socks5 v0.0.0-20211121111206-e03c1217a50b // indirect
47 48
 	github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
48 49
 	go.uber.org/atomic v1.7.0 // indirect
49 50
 	go.uber.org/multierr v1.6.0 // indirect

Loading…
Откажи
Сачувај