diff --git a/clients/go/client/go.mod b/clients/go/client/go.mod index 2b5978013..e68d9a80f 100644 --- a/clients/go/client/go.mod +++ b/clients/go/client/go.mod @@ -3,7 +3,7 @@ module github.com/cosmology-tech/starship/clients/go/client go 1.21 replace ( - github.com/cosmology-tech/starship/registry => ../../../registry + github.com/cosmology-tech/starship/registry => ../../../starship/registry github.com/strangelove-ventures/lens => github.com/Anmol1696/lens v0.1.1-0.20230331154219-5027f163133a ) diff --git a/starship/go.work b/starship/go.work index b526737b7..bda96b5db 100644 --- a/starship/go.work +++ b/starship/go.work @@ -1,10 +1,8 @@ go 1.21 use ( - ./clients/go/client ./cmd/starship - ./examples/upgrade-test ./exposer ./faucet ./registry