File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ require (
8787 github.com/hashicorp/go-msgpack/v2 v2.1.5 // indirect
8888 github.com/hashicorp/go-multierror v1.1.1 // indirect
8989 github.com/hashicorp/go-sockaddr v1.0.7 // indirect
90+ github.com/hashicorp/go-uuid v1.0.3 // indirect
9091 github.com/hashicorp/golang-lru v0.5.4 // indirect
9192 github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
9293 github.com/hashicorp/memberlist v0.5.4 // indirect
Original file line number Diff line number Diff line change @@ -185,8 +185,9 @@ github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9
185185github.com/hashicorp/go-retryablehttp v0.5.3 /go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs =
186186github.com/hashicorp/go-sockaddr v1.0.7 h1:G+pTkSO01HpR5qCxg7lxfsFEZaG+C0VssTy/9dbT+Fw =
187187github.com/hashicorp/go-sockaddr v1.0.7 /go.mod h1:FZQbEYa1pxkQ7WLpyXJ6cbjpT8q0YgQaK/JakXqGyWw =
188- github.com/hashicorp/go-uuid v1.0.0 h1:RS8zrF7PhGwyNPOtxSClXXj9HA8feRnJzgnI1RJCSnM =
189188github.com/hashicorp/go-uuid v1.0.0 /go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro =
189+ github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8 =
190+ github.com/hashicorp/go-uuid v1.0.3 /go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro =
190191github.com/hashicorp/golang-lru v0.5.0 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
191192github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc =
192193github.com/hashicorp/golang-lru v0.5.4 /go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4 =
You can’t perform that action at this time.
0 commit comments