-
- Downloads
Pull request: upd-deps
Merge in DNS/dnsproxy from upd-deps to master Squashed commit of the following: commit a0658ad5479a6b60185ab99be33c76814e1898e0 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Aug 30 17:03:25 2022 +0300 all: upd deps, enable go 1.19 building
Showing
- go.mod 16 additions, 18 deletionsgo.mod
- go.sum 36 additions, 222 deletionsgo.sum
- vendor/github.com/AdguardTeam/golibs/log/log.go 0 additions, 0 deletionsvendor/github.com/AdguardTeam/golibs/log/log.go
- vendor/github.com/AdguardTeam/golibs/netutil/addr.go 0 additions, 0 deletionsvendor/github.com/AdguardTeam/golibs/netutil/addr.go
- vendor/github.com/AdguardTeam/golibs/netutil/ip.go 0 additions, 0 deletionsvendor/github.com/AdguardTeam/golibs/netutil/ip.go
- vendor/github.com/AdguardTeam/golibs/netutil/reversed.go 0 additions, 0 deletionsvendor/github.com/AdguardTeam/golibs/netutil/reversed.go
- vendor/github.com/AdguardTeam/golibs/netutil/subnetset.go 0 additions, 0 deletionsvendor/github.com/AdguardTeam/golibs/netutil/subnetset.go
- vendor/github.com/AdguardTeam/golibs/testutil/testutil.go 0 additions, 0 deletionsvendor/github.com/AdguardTeam/golibs/testutil/testutil.go
- vendor/github.com/ameshkov/dnscrypt/v2/.gitignore 0 additions, 0 deletionsvendor/github.com/ameshkov/dnscrypt/v2/.gitignore
- vendor/github.com/ameshkov/dnscrypt/v2/.golangci.yml 0 additions, 0 deletionsvendor/github.com/ameshkov/dnscrypt/v2/.golangci.yml
- vendor/github.com/ameshkov/dnscrypt/v2/cert.go 0 additions, 0 deletionsvendor/github.com/ameshkov/dnscrypt/v2/cert.go
- vendor/github.com/ameshkov/dnscrypt/v2/server_tcp.go 0 additions, 0 deletionsvendor/github.com/ameshkov/dnscrypt/v2/server_tcp.go
- vendor/github.com/ameshkov/dnscrypt/v2/server_udp.go 0 additions, 0 deletionsvendor/github.com/ameshkov/dnscrypt/v2/server_udp.go
- vendor/github.com/ameshkov/dnscrypt/v2/xsecretbox/sharedkey.go 0 additions, 0 deletions...r/github.com/ameshkov/dnscrypt/v2/xsecretbox/sharedkey.go
- vendor/github.com/beefsack/go-rate/LICENSE 0 additions, 0 deletionsvendor/github.com/beefsack/go-rate/LICENSE
- vendor/github.com/cheekybits/genny/.gitignore 0 additions, 0 deletionsvendor/github.com/cheekybits/genny/.gitignore
- vendor/github.com/cheekybits/genny/.travis.yml 0 additions, 0 deletionsvendor/github.com/cheekybits/genny/.travis.yml
- vendor/github.com/cheekybits/genny/LICENSE 0 additions, 0 deletionsvendor/github.com/cheekybits/genny/LICENSE
- vendor/github.com/cheekybits/genny/README.md 0 additions, 0 deletionsvendor/github.com/cheekybits/genny/README.md
- vendor/github.com/cheekybits/genny/doc.go 0 additions, 0 deletionsvendor/github.com/cheekybits/genny/doc.go
... | @@ -3,41 +3,39 @@ module github.com/AdguardTeam/dnsproxy | ... | @@ -3,41 +3,39 @@ module github.com/AdguardTeam/dnsproxy |
go 1.18 | go 1.18 | ||
require ( | require ( | ||
github.com/AdguardTeam/golibs v0.10.8 | github.com/AdguardTeam/golibs v0.10.9 | ||
github.com/ameshkov/dnscrypt/v2 v2.2.3 | github.com/ameshkov/dnscrypt/v2 v2.2.5 | ||
github.com/ameshkov/dnsstamps v1.0.3 | github.com/ameshkov/dnsstamps v1.0.3 | ||
github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47 | github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 | ||
github.com/jessevdk/go-flags v1.5.0 | github.com/jessevdk/go-flags v1.5.0 | ||
github.com/lucas-clemente/quic-go v0.28.1 | github.com/lucas-clemente/quic-go v0.29.0 | ||
github.com/miekg/dns v1.1.44 | github.com/miekg/dns v1.1.50 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/stretchr/testify v1.7.0 | github.com/stretchr/testify v1.8.0 | ||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e | golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | gopkg.in/yaml.v3 v3.0.1 | ||
) | ) | ||
require ( | require ( | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect | github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | |||
github.com/davecgh/go-spew v1.1.1 // indirect | github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | |||
github.com/kr/text v0.2.0 // indirect | github.com/kr/text v0.2.0 // indirect | ||
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect | |||
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect | |||
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect | github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect | ||
github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1 // indirect | github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect | golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect | golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect | |||
golang.org/x/text v0.3.7 // indirect | golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.10 // indirect | golang.org/x/tools v0.1.12 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | |||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
) | ) |
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment