Skip to content

Commit

Permalink
Merge pull request #23 from Snawoot/libs_upgrade
Browse files Browse the repository at this point in the history
libs update
  • Loading branch information
Snawoot committed Jun 25, 2022
2 parents 0997338 + bc08b68 commit 363808e
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 81 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NDK_CC_ARM64 = $(abspath ../../ndk-toolchain-arm64/bin/aarch64-linux-android21-c

GO := go

src = $(wildcard *.go */*.go)
src = $(wildcard *.go */*.go */*/*.go) go.mod go.sum

native: bin-native
all: bin-linux-amd64 bin-linux-386 bin-linux-arm bin-linux-arm64 \
Expand Down
13 changes: 10 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ module github.com/Snawoot/opera-proxy
go 1.16

require (
github.com/AdguardTeam/dnsproxy v0.36.0
github.com/AdguardTeam/dnsproxy v0.43.1
github.com/AdguardTeam/golibs v0.10.9 // indirect
github.com/Snawoot/go-http-digest-auth-client v1.1.3
github.com/miekg/dns v1.1.35
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/lucas-clemente/quic-go v0.27.2 // indirect
github.com/miekg/dns v1.1.50
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
golang.org/x/tools v0.1.11 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
Loading

0 comments on commit 363808e

Please sign in to comment.