Skip to content

Commit

Permalink
Address review comment to Peering.
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnotashwin committed Jun 13, 2022
1 parent 9ecfff4 commit 62c7c3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions control-plane/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,4 @@ require (

replace github.com/hashicorp/consul/sdk v0.9.0 => github.com/hashicorp/consul/sdk v0.4.1-0.20220531155537-364758ef2f50

//replace github.com/hashicorp/consul/api v1.10.1-0.20220425143126-6d0162a58a94 => /Users/nitya/workspace/hashicorp/consul/api

go 1.17
3 changes: 1 addition & 2 deletions control-plane/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"log"
"os"

"github.com/mitchellh/cli"

"github.com/hashicorp/consul-k8s/control-plane/version"
"github.com/mitchellh/cli"
)

func main() {
Expand Down

0 comments on commit 62c7c3e

Please sign in to comment.