Skip to content

Commit 438d06f

Browse files
authored
Merge pull request #4033 from mrueg/bump-kingpin
chore: Bump kingpin/v2 dep
2 parents 8b290b5 + 2a9196f commit 438d06f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/IBM/go-sdk-core/v5 v5.13.4
1414
github.com/IBM/networking-go-sdk v0.42.2
1515
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2
16-
github.com/alecthomas/kingpin v2.2.6+incompatible
16+
github.com/alecthomas/kingpin/v2 v2.3.2
1717
github.com/aliyun/alibaba-cloud-sdk-go v1.62.483
1818
github.com/ans-group/sdk-go v1.16.6
1919
github.com/aws/aws-sdk-go v1.44.311
@@ -87,7 +87,6 @@ require (
8787
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
8888
github.com/Masterminds/semver v1.4.2 // indirect
8989
github.com/Yamashou/gqlgenc v0.14.0 // indirect
90-
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
9190
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
9291
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5 // indirect
9392
github.com/ans-group/go-durationstring v1.2.0 // indirect
@@ -181,6 +180,7 @@ require (
181180
github.com/subosito/gotenv v1.4.2 // indirect
182181
github.com/terra-farm/udnssdk v1.3.5 // indirect
183182
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
183+
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
184184
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
185185
go.mongodb.org/mongo-driver v1.11.3 // indirect
186186
go.opencensus.io v0.24.0 // indirect

go.sum

+4-3
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,9 @@ github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia
112112
github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
113113
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2 h1:F1j7z+/DKEsYqZNoxC6wvfmaiDneLsQOFQmuq9NADSY=
114114
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2/go.mod h1:QlXr/TrICfQ/ANa76sLeQyhAJyNR9sEcfNuZBkY9jgY=
115-
github.com/alecthomas/kingpin v2.2.6+incompatible h1:5svnBTFgJjZvGKyYBtMB0+m5wvrbUHiqye8wRJMlnYI=
116-
github.com/alecthomas/kingpin v2.2.6+incompatible/go.mod h1:59OFYbFVLKQKq+mqrL6Rw5bR0c3ACQaawgXx0QYndlE=
115+
github.com/alecthomas/kingpin/v2 v2.3.2 h1:H0aULhgmSzN8xQ3nX1uxtdlTHYoPLu5AhHxWrKI6ocU=
116+
github.com/alecthomas/kingpin/v2 v2.3.2/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE=
117117
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
118-
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=
119118
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
120119
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
121120
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
@@ -1162,6 +1161,8 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:
11621161
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs=
11631162
github.com/xeipuuv/gojsonschema v1.1.0/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs=
11641163
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
1164+
github.com/xhit/go-str2duration/v2 v2.1.0 h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=
1165+
github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU=
11651166
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8/go.mod h1:HUYIGzjTL3rfEspMxjDjgmT5uz5wzYJKVo23qUhYTos=
11661167
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
11671168
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1/go.mod h1:QcJo0QPSfTONNIgpN5RA8prR7fF8nkF6cTWTcNerRO8=

pkg/apis/externaldns/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
"sigs.k8s.io/external-dns/endpoint"
3030

31-
"github.com/alecthomas/kingpin"
31+
"github.com/alecthomas/kingpin/v2"
3232
"github.com/sirupsen/logrus"
3333

3434
"sigs.k8s.io/external-dns/source"

0 commit comments

Comments
 (0)