Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/consul-k8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f2c569ddb94a483357f29799e9d3b96645e88b33
Choose a base ref
..
head repository: hashicorp/consul-k8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1991391c8d70480c0bc0643ee304b0cbb2560a47
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 control-plane/go.mod
2 changes: 1 addition & 1 deletion control-plane/go.mod
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ require (
github.com/hashicorp/consul/proto-public v0.1.2-0.20230829221456-f8812eddf1ef
github.com/hashicorp/consul/sdk v0.14.1
github.com/hashicorp/go-bexpr v0.1.11
google.golang.org/grpc v1.55.0
github.com/hashicorp/go-discover v0.0.0-20230519164032-214571b6a530
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-multierror v1.1.1
@@ -38,6 +37,7 @@ require (
golang.org/x/text v0.11.0
golang.org/x/time v0.3.0
gomodules.xyz/jsonpatch/v2 v2.3.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.26.3