Skip to content

Commit

Permalink
go mod (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Jan 8, 2024
1 parent 6ee5e25 commit 335fcbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,5 @@ exclude github.com/coinbase/rosetta-sdk-go v0.7.9
exclude github.com/cosmos/cosmos-sdk v0.50.1

exclude github.com/cometbft/cometbft v0.38.0

exclude github.com/onsi/ginkgo v1.16.4
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,6 @@ github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:v
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c=
Expand Down
4 changes: 1 addition & 3 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ use .

use ./sqsdomain

// replace github.com/cometbft/cometbft => github.com/cometbft/cometbft v0.37.2

replace github.com/osmosis-labs/osmosis/ => ../osmosis/
replace github.com/cometbft/cometbft => github.com/cometbft/cometbft v0.37.2

0 comments on commit 335fcbc

Please sign in to comment.