Skip to content

Commit 4aa415d

Browse files
committed
Update deps
1 parent f438955 commit 4aa415d

418 files changed

Lines changed: 18808 additions & 13662 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/dnscrypt/dnscrypt-proxy
33
go 1.19
44

55
require (
6-
github.com/BurntSushi/toml v1.2.0
6+
github.com/BurntSushi/toml v1.2.1
77
github.com/VividCortex/ewma v1.2.0
88
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
99
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
@@ -18,12 +18,12 @@ require (
1818
github.com/jedisct1/xsecretbox v0.0.0-20210927135450-ebe41aef7bef
1919
github.com/k-sone/critbitgo v1.4.0
2020
github.com/kardianos/service v1.2.2
21-
github.com/lucas-clemente/quic-go v0.29.2
21+
github.com/lucas-clemente/quic-go v0.30.0
2222
github.com/miekg/dns v1.1.50
2323
github.com/powerman/check v1.6.0
24-
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a
25-
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
26-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43
24+
golang.org/x/crypto v0.1.0
25+
golang.org/x/net v0.1.0
26+
golang.org/x/sys v0.1.0
2727
gopkg.in/natefinch/lumberjack.v2 v2.0.0
2828
)
2929

@@ -63,7 +63,7 @@ require (
6363
github.com/gobwas/glob v0.2.3 // indirect
6464
github.com/gofrs/flock v0.8.0 // indirect
6565
github.com/golang/mock v1.6.0 // indirect
66-
github.com/golang/protobuf v1.5.0 // indirect
66+
github.com/golang/protobuf v1.5.2 // indirect
6767
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect
6868
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
6969
github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 // indirect
@@ -75,6 +75,7 @@ require (
7575
github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5 // indirect
7676
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect
7777
github.com/google/go-cmp v0.5.8 // indirect
78+
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
7879
github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 // indirect
7980
github.com/gostaticanalysis/analysisutil v0.4.1 // indirect
8081
github.com/gostaticanalysis/comment v1.4.1 // indirect
@@ -98,7 +99,7 @@ require (
9899
github.com/ldez/tagliatelle v0.2.0 // indirect
99100
github.com/magiconair/properties v1.8.1 // indirect
100101
github.com/maratori/testpackage v1.0.1 // indirect
101-
github.com/marten-seemann/qpack v0.2.1 // indirect
102+
github.com/marten-seemann/qpack v0.3.0 // indirect
102103
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect
103104
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect
104105
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // indirect
@@ -117,9 +118,8 @@ require (
117118
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
118119
github.com/nishanths/exhaustive v0.1.0 // indirect
119120
github.com/nishanths/predeclared v0.2.1 // indirect
120-
github.com/nxadm/tail v1.4.8 // indirect
121121
github.com/olekukonko/tablewriter v0.0.5 // indirect
122-
github.com/onsi/ginkgo v1.16.4 // indirect
122+
github.com/onsi/ginkgo/v2 v2.2.0 // indirect
123123
github.com/pelletier/go-toml v1.2.0 // indirect
124124
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
125125
github.com/pkg/errors v0.9.1 // indirect
@@ -161,17 +161,15 @@ require (
161161
github.com/uudashr/gocognit v1.0.1 // indirect
162162
github.com/yeya24/promlinter v0.1.0 // indirect
163163
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
164-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
165-
golang.org/x/text v0.3.7 // indirect
166-
golang.org/x/tools v0.1.10 // indirect
167-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
164+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
165+
golang.org/x/text v0.4.0 // indirect
166+
golang.org/x/tools v0.1.12 // indirect
168167
google.golang.org/genproto v0.0.0-20200707001353-8e8330bf89df // indirect
169168
google.golang.org/grpc v1.38.0 // indirect
170-
google.golang.org/protobuf v1.27.0 // indirect
169+
google.golang.org/protobuf v1.28.0 // indirect
171170
gopkg.in/ini.v1 v1.51.0 // indirect
172-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
173171
gopkg.in/yaml.v2 v2.4.0 // indirect
174-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
172+
gopkg.in/yaml.v3 v3.0.1 // indirect
175173
honnef.co/go/tools v0.2.0 // indirect
176174
mvdan.cc/gofumpt v0.1.1 // indirect
177175
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect

go.sum

Lines changed: 33 additions & 29 deletions
Large diffs are not rendered by default.

vendor/github.com/BurntSushi/toml/decode.go

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/decode_go116.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/doc.go

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/encode.go

Lines changed: 27 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)