Skip to content

Commit

Permalink
Update pinned subpackage versions for troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stucki committed Feb 6, 2024
1 parent 4b914a0 commit bb8853b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
11 changes: 3 additions & 8 deletions troubleshoot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ module github.com/hashicorp/consul/troubleshoot

go 1.19

replace (
github.com/hashicorp/consul/api => ../api
github.com/hashicorp/consul/envoyextensions => ../envoyextensions
)

exclude (
github.com/hashicorp/go-msgpack v1.1.5 // has breaking changes and must be avoided
github.com/hashicorp/go-msgpack v1.1.6 // contains retractions but same as v1.1.5
Expand All @@ -15,9 +10,9 @@ exclude (
require (
github.com/envoyproxy/go-control-plane v0.11.1
github.com/envoyproxy/go-control-plane/xdsmatcher v0.0.0-20230524161521-aaaacbfbe53e
github.com/hashicorp/consul/api v1.26.1
github.com/hashicorp/consul/envoyextensions v0.5.1
github.com/hashicorp/consul/sdk v0.15.0
github.com/hashicorp/consul/api v1.28.0-rc1
github.com/hashicorp/consul/envoyextensions v0.6.0-rc1
github.com/hashicorp/consul/sdk v0.16.0-rc1
github.com/stretchr/testify v1.8.3
google.golang.org/protobuf v1.30.0
)
Expand Down
8 changes: 6 additions & 2 deletions troubleshoot/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,12 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks=
github.com/hashicorp/consul/sdk v0.15.0 h1:2qK9nDrr4tiJKRoxPGhm6B7xJjLVIQqkjiab2M4aKjU=
github.com/hashicorp/consul/sdk v0.15.0/go.mod h1:r/OmRRPbHOe0yxNahLw7G9x5WG17E1BIECMtCjcPSNo=
github.com/hashicorp/consul/api v1.28.0-rc1 h1:sLPLrgqsCEKDMJDkr9Rcf7pEQIIEWJDrlLGauCi80VY=
github.com/hashicorp/consul/api v1.28.0-rc1/go.mod h1:MyriVXDqGlf2ZeV6NW2NGdyl26W1mwF5nKLlg8xlNak=
github.com/hashicorp/consul/envoyextensions v0.6.0-rc1 h1:puWgGOnARCyHvvEWXa5kV82Oh98LpdaOj1mU+mcA9oI=
github.com/hashicorp/consul/envoyextensions v0.6.0-rc1/go.mod h1:d1Sl+I/6ooCJ1widRaBVcJb4XyWNe22/6/+9hrQLzxY=
github.com/hashicorp/consul/sdk v0.16.0-rc1 h1:OtIkCaAz72W9UNVqW5QublWl9lFDjt9z5sEiBNTZcck=
github.com/hashicorp/consul/sdk v0.16.0-rc1/go.mod h1:7pxqqhqoaPqnBnzXD1StKed62LqJeClzVsUEy85Zr0A=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down

0 comments on commit bb8853b

Please sign in to comment.