Skip to content

Commit

Permalink
Remove replace for example
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Aug 21, 2024
1 parent 6535763 commit 08165f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions examples/block-sdk-indexer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.1

require (
github.com/DefiantLabs/cosmos-indexer v0.0.0-20240613171139-077bdb0887f6
github.com/DefiantLabs/cosmos-indexer-modules/block-sdk v0.0.0-00010101000000-000000000000
github.com/DefiantLabs/cosmos-indexer-modules/block-sdk v0.0.0-20240821061722-dc2bc8664e10
)

require (
Expand Down Expand Up @@ -195,5 +195,3 @@ require (
)

replace github.com/DefiantLabs/cosmos-indexer => ../../

replace github.com/DefiantLabs/cosmos-indexer-modules/block-sdk => ../../../cosmos-indexer-modules/block-sdk
2 changes: 2 additions & 0 deletions examples/block-sdk-indexer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ github.com/CosmWasm/wasmd v0.40.0/go.mod h1:SuxskRBB7+bpwXGhUXaEfdpjg5WKpdxBy7Tm
github.com/CosmWasm/wasmvm v1.2.3 h1:OKYlobwmVGbl0eSn0mXoAAjE5hIuXnQCLPjbNd91sVY=
github.com/CosmWasm/wasmvm v1.2.3/go.mod h1:vW/E3h8j9xBQs9bCoijDuawKo9kCtxOaS8N8J7KFtkc=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/DefiantLabs/cosmos-indexer-modules/block-sdk v0.0.0-20240821061722-dc2bc8664e10 h1:VP4kOle+V/iFGZV7VLOMYLv323wg4nDOSEw0zq2VTpo=
github.com/DefiantLabs/cosmos-indexer-modules/block-sdk v0.0.0-20240821061722-dc2bc8664e10/go.mod h1:vcqe1sbKLdnOEas73szfVqMCb+NK4YSiJ1lBZz+lVSs=
github.com/DefiantLabs/probe v0.0.0-20240820043230-ffbbb1824466 h1:OyEKu8aQoiysfrZp+bN6R8utbD+x8f7ZCnkgE4mpmgg=
github.com/DefiantLabs/probe v0.0.0-20240820043230-ffbbb1824466/go.mod h1:6zCXSvZTy/w8iXPU56Cxcppa7aOttQbePgT0QbS9Ecs=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
Expand Down

0 comments on commit 08165f7

Please sign in to comment.