File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ NDK_CC_ARM64 = $(abspath ../../ndk-toolchain-arm64/bin/aarch64-linux-android21-c
1010
1111GO := go
1212
13- src = $(wildcard * .go)
13+ src = $(wildcard * .go * / * .go * / * / * .go) go.mod go.sum
1414
1515native : bin-native
1616all : bin-linux-amd64 bin-linux-386 bin-linux-arm bin-linux-arm64 \
Original file line number Diff line number Diff line change @@ -3,9 +3,16 @@ module github.com/Snawoot/hola-proxy
33go 1.13
44
55require (
6- github.com/AdguardTeam/dnsproxy v0.25.0
6+ github.com/AdguardTeam/dnsproxy v0.43.1
7+ github.com/AdguardTeam/golibs v0.10.9 // indirect
78 github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
8- github.com/google/uuid v1.1.1
9- github.com/miekg/dns v1.1.29
10- golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
9+ github.com/fsnotify/fsnotify v1.5.4 // indirect
10+ github.com/google/uuid v1.3.0
11+ github.com/lucas-clemente/quic-go v0.27.2 // indirect
12+ github.com/miekg/dns v1.1.50
13+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
14+ golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
15+ golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
16+ golang.org/x/tools v0.1.11 // indirect
17+ golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
1118)
You can’t perform that action at this time.
0 commit comments