Skip to content

Commit

Permalink
fixed go.mod separate require
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Dec 18, 2023
1 parent 0b5b225 commit eb7cec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ require (
go.uber.org/zap v1.23.0
)

require github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect

require (
cloud.google.com/go v0.110.10 // indirect
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
Expand Down
3 changes: 1 addition & 2 deletions relayer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect

require (
cloud.google.com/go v0.110.10 // indirect
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
Expand Down

0 comments on commit eb7cec1

Please sign in to comment.