File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/cert-manager/cert-manager v1.8.0
77 github.com/gophercloud/gophercloud v0.14.0
88 github.com/kubernetes-incubator/external-dns v0.5.12
9- github.com/sirupsen/logrus v1.8.1
9+ github.com/sirupsen/logrus v1.9.2
1010 k8s.io/client-go v0.23.4
1111)
1212
@@ -76,7 +76,7 @@ require (
7676 golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
7777 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
7878 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
79- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
79+ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
8080 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
8181 golang.org/x/text v0.3.7 // indirect
8282 golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
Original file line number Diff line number Diff line change @@ -564,6 +564,8 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf
564564github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
565565github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE =
566566github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
567+ github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
568+ github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
567569github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
568570github.com/smartystreets/goconvey v1.6.4 /go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA =
569571github.com/soheilhy/cmux v0.1.4 /go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM =
@@ -921,6 +923,8 @@ golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBc
921923golang.org/x/sys v0.0.0-20211205182925-97ca703d548d /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
922924golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM =
923925golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
926+ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ =
927+ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
924928golang.org/x/term v0.0.0-20201117132131-f5c789dd3221 /go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw =
925929golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
926930golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
You can’t perform that action at this time.
0 commit comments