Skip to content

Commit 8a5343d

Browse files
committed
TUN-5675: Remove github.com/dgrijalva/jwt-go dependency by upgrading coredns version
1 parent a84cbcd commit 8a5343d

File tree

530 files changed

+32992
-14179
lines changed

Some content is hidden

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

530 files changed

+32992
-14179
lines changed

go.mod

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
77
github.com/cloudflare/brotli-go v0.0.0-20191101163834-d34379f7ff93
88
github.com/cloudflare/golibs v0.0.0-20170913112048-333127dbecfc
9-
github.com/coredns/coredns v1.7.0
9+
github.com/coredns/coredns v1.8.7
1010
github.com/coreos/go-oidc v0.0.0-20171002155002-a93f71fdfe73
1111
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
1212
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
@@ -22,52 +22,50 @@ require (
2222
github.com/gobwas/pool v0.2.1 // indirect
2323
github.com/gobwas/ws v1.0.4
2424
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
25-
github.com/google/uuid v1.1.2
26-
github.com/gorilla/mux v1.7.3
25+
github.com/google/uuid v1.3.0
26+
github.com/gorilla/mux v1.8.0
2727
github.com/gorilla/websocket v1.4.2
28-
github.com/json-iterator/go v1.1.10
29-
github.com/kr/text v0.2.0 // indirect
28+
github.com/json-iterator/go v1.1.12
3029
github.com/kylelemons/godebug v1.1.0 // indirect
3130
github.com/lucas-clemente/quic-go v0.24.0
3231
github.com/mattn/go-colorable v0.1.8
33-
github.com/miekg/dns v1.1.31
32+
github.com/miekg/dns v1.1.45
3433
github.com/mitchellh/go-homedir v1.1.0
35-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
3634
github.com/opentracing/opentracing-go v1.2.0 // indirect
3735
github.com/pkg/errors v0.9.1
3836
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
39-
github.com/prometheus/client_golang v1.7.1
37+
github.com/prometheus/client_golang v1.11.0
4038
github.com/prometheus/client_model v0.2.0
41-
github.com/prometheus/common v0.13.0 // indirect
39+
github.com/prometheus/common v0.32.1 // indirect
4240
github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
4341
github.com/rs/zerolog v1.20.0
4442
github.com/russross/blackfriday/v2 v2.1.0 // indirect
45-
github.com/stretchr/testify v1.6.0
46-
github.com/urfave/cli/v2 v2.2.0
43+
github.com/stretchr/testify v1.7.0
44+
github.com/urfave/cli/v2 v2.3.0
4745
go.uber.org/automaxprocs v1.4.0
4846
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
4947
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
50-
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
48+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
5149
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
52-
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
53-
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
54-
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
55-
google.golang.org/grpc v1.32.0 // indirect
56-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
50+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
51+
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
52+
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
53+
google.golang.org/grpc v1.43.0 // indirect
5754
gopkg.in/coreos/go-oidc.v2 v2.1.0
5855
gopkg.in/natefinch/lumberjack.v2 v2.0.0
5956
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
6057
gopkg.in/yaml.v2 v2.4.0
61-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
58+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
6259
zombiezen.com/go/capnproto2 v2.18.0+incompatible
6360
)
6461

6562
require (
6663
github.com/BurntSushi/toml v0.3.1 // indirect
64+
github.com/apparentlymart/go-cidr v1.1.0 // indirect
6765
github.com/beorn7/perks v1.0.1 // indirect
68-
github.com/caddyserver/caddy v1.0.5 // indirect
6966
github.com/cespare/xxhash/v2 v2.1.1 // indirect
7067
github.com/cheekybits/genny v1.0.0 // indirect
68+
github.com/coredns/caddy v1.1.1 // indirect
7169
github.com/davecgh/go-spew v1.1.1 // indirect
7270
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
7371
github.com/francoispqt/gojay v1.2.13 // indirect
@@ -83,18 +81,18 @@ require (
8381
github.com/mattn/go-runewidth v0.0.8 // indirect
8482
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
8583
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
86-
github.com/modern-go/reflect2 v1.0.1 // indirect
84+
github.com/modern-go/reflect2 v1.0.2 // indirect
8785
github.com/nxadm/tail v1.4.8 // indirect
88-
github.com/onsi/ginkgo v1.16.4 // indirect
86+
github.com/onsi/ginkgo v1.16.5 // indirect
8987
github.com/pmezard/go-difflib v1.0.0 // indirect
90-
github.com/prometheus/procfs v0.1.3 // indirect
88+
github.com/prometheus/procfs v0.6.0 // indirect
9189
github.com/rivo/uniseg v0.1.0 // indirect
9290
golang.org/x/mod v0.4.2 // indirect
93-
golang.org/x/text v0.3.6 // indirect
94-
golang.org/x/tools v0.1.1 // indirect
91+
golang.org/x/text v0.3.7 // indirect
92+
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
9593
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
96-
google.golang.org/appengine v1.6.6 // indirect
97-
google.golang.org/protobuf v1.26.0 // indirect
94+
google.golang.org/appengine v1.6.7 // indirect
95+
google.golang.org/protobuf v1.27.1 // indirect
9896
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9997
)
10098

0 commit comments

Comments
 (0)