Skip to content

Commit e10e324

Browse files
authored
use new token factory features (CosmosContracts#621)
1 parent 7e2651a commit e10e324

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ replace (
160160
// cosmos keyring
161161
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
162162
// token factory:
163-
github.com/CosmWasm/token-factory => github.com/CosmosContracts/token-factory v1.1.1-0.20230322161639-a1f5cfad5f4a
163+
github.com/CosmWasm/token-factory => github.com/CosmosContracts/token-factory v1.2.0-juno
164164
// TODO: Simapp dependency, review removing when updating to SDK with backported update https://github.com/cosmos/cosmos-sdk/issues/13423
165165
github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.22.2 // indirect
166166
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ github.com/CosmWasm/wasmd v0.31.0 h1:xACf6A/SkCeGWQWrKGsR4X9PQb5G4XYuNfnrl+HQ1mE
6868
github.com/CosmWasm/wasmd v0.31.0/go.mod h1:VcyDGk/ISVlMUeW+1GGL0zdHWBS2FPwLEV2qZ86l7l8=
6969
github.com/CosmWasm/wasmvm v1.2.1 h1:si0tRsRDdUShV0k51Wn6zRKlmj3/WWP9Yr4cLmDTf+8=
7070
github.com/CosmWasm/wasmvm v1.2.1/go.mod h1:vW/E3h8j9xBQs9bCoijDuawKo9kCtxOaS8N8J7KFtkc=
71-
github.com/CosmosContracts/token-factory v1.1.1-0.20230322161639-a1f5cfad5f4a h1:o4vOyEqNIfw6GdGH83EZFDJjqlQ3WIHhIWmOBh7BqB4=
72-
github.com/CosmosContracts/token-factory v1.1.1-0.20230322161639-a1f5cfad5f4a/go.mod h1:REKRfNe+zunKZitx2wGCPJBBmwu8qofOxGhsgV2h4cw=
71+
github.com/CosmosContracts/token-factory v1.2.0-juno h1:ArPEH/gg2zD3RwtB++JR4rMSgNINb5TgVJRcwbSm15g=
72+
github.com/CosmosContracts/token-factory v1.2.0-juno/go.mod h1:REKRfNe+zunKZitx2wGCPJBBmwu8qofOxGhsgV2h4cw=
7373
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
7474
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
7575
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=

0 commit comments

Comments
 (0)