Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fadff8c

Browse files
authored
Merge pull request #65 from Snawoot/libs_upgrade
libs upgrade
2 parents 7d891ac + bd1a37b commit fadff8c

4 files changed

Lines changed: 331 additions & 31 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NDK_CC_ARM64 = $(abspath ../../ndk-toolchain-arm64/bin/aarch64-linux-android21-c
1010

1111
GO := go
1212

13-
src = $(wildcard *.go)
13+
src = $(wildcard *.go */*.go */*/*.go) go.mod go.sum
1414

1515
native: bin-native
1616
all: bin-linux-amd64 bin-linux-386 bin-linux-arm bin-linux-arm64 \

go.mod

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@ module github.com/Snawoot/hola-proxy
33
go 1.13
44

55
require (
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
)

0 commit comments

Comments
 (0)