Skip to content

Commit 3418e79

Browse files
updating api, envoyextensions & troubleshoot submodules to latest version.
1 parent 78ba2c3 commit 3418e79

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cli/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/google/go-cmp v0.6.0
1414
github.com/hashicorp/consul-k8s/charts v0.0.0-00010101000000-000000000000
1515
github.com/hashicorp/consul-k8s/version v0.0.0
16-
github.com/hashicorp/consul/troubleshoot v0.7.1
16+
github.com/hashicorp/consul/troubleshoot v0.7.4
1717
github.com/hashicorp/go-hclog v1.6.3
1818
github.com/hashicorp/hcp-sdk-go v0.62.1-0.20230913154003-cf69c0370c54
1919
github.com/kr/text v0.2.0
@@ -101,8 +101,8 @@ require (
101101
github.com/gorilla/websocket v1.5.1 // indirect
102102
github.com/gosuri/uitable v0.0.4 // indirect
103103
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
104-
github.com/hashicorp/consul/api v1.30.0 // indirect
105-
github.com/hashicorp/consul/envoyextensions v0.7.3 // indirect
104+
github.com/hashicorp/consul/api v1.31.0 // indirect
105+
github.com/hashicorp/consul/envoyextensions v0.7.7 // indirect
106106
github.com/hashicorp/errwrap v1.1.0 // indirect
107107
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
108108
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect

cli/go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,15 @@ github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWet
294294
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
295295
github.com/hashicorp/consul/api v1.30.0 h1:ArHVMMILb1nQv8vZSGIwwQd2gtc+oSQZ6CalyiyH2XQ=
296296
github.com/hashicorp/consul/api v1.30.0/go.mod h1:B2uGchvaXVW2JhFoS8nqTxMD5PBykr4ebY4JWHTTeLM=
297+
github.com/hashicorp/consul/api v1.31.0/go.mod h1:2ZGIiXM3A610NmDULmCHd/aqBJj8CkMfOhswhOafxRg=
297298
github.com/hashicorp/consul/envoyextensions v0.7.3 h1:5Gn1Hj135NYNRBmB3IdwhkxIHQgEJPjXYPZcA+05rNY=
298299
github.com/hashicorp/consul/envoyextensions v0.7.3/go.mod h1:tya/kHsOBGaeAS9inAfUFJIEJ812c125cQD4MrLTt2s=
300+
github.com/hashicorp/consul/envoyextensions v0.7.7/go.mod h1:tOlLYi2UgCDg4x6qhe+O9Kz4o6SQ7E8fRFxCUKH4pkk=
299301
github.com/hashicorp/consul/sdk v0.16.1 h1:V8TxTnImoPD5cj0U9Spl0TUxcytjcbbJeADFF07KdHg=
300302
github.com/hashicorp/consul/sdk v0.16.1/go.mod h1:fSXvwxB2hmh1FMZCNl6PwX0Q/1wdWtHJcZ7Ea5tns0s=
301303
github.com/hashicorp/consul/troubleshoot v0.7.1 h1:IQYxC1qsV3jO74VZDyPi283Ufi84/mXSMm53U8dsN2M=
302304
github.com/hashicorp/consul/troubleshoot v0.7.1/go.mod h1:U+fpb8yE3iGJTahAY1VGda4aYUDhaa0IZu+sIgGvcwk=
305+
github.com/hashicorp/consul/troubleshoot v0.7.4/go.mod h1:haNIaNQtUzxJ4Z6YEywctQ9gcACacnK7UbEwMRs8TCg=
303306
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
304307
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
305308
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

0 commit comments

Comments
 (0)