Skip to content

Commit

Permalink
fix go work, fix go.mod for client
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 6, 2024
1 parent 6daa3c3 commit eaca740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion clients/go/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 0 additions & 2 deletions starship/go.work
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
go 1.21

use (
./clients/go/client
./cmd/starship

./examples/upgrade-test
./exposer
./faucet
./registry
Expand Down

0 comments on commit eaca740

Please sign in to comment.