Skip to content

Commit

Permalink
bump: tokenfactory version to fix proto annotation (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kienn6034 authored Mar 23, 2024
1 parent dd0d970 commit d7e585d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ replace (
// use cosmos-compatible protobufs
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

github.com/osmosis-labs/tokenfactory => github.com/notional-labs/tokenfactory v0.0.0-20240310155926-981fbeb0fe42
github.com/osmosis-labs/tokenfactory => github.com/notional-labs/tokenfactory v0.0.0-20240323111121-fb1e8562da4d

// temporary replace statement to use latest dependencies
// github.com/CosmWasm/wasmd => github.com/faddat/wasmd v0.40.0-rc.1.0.20240303013559-e8c435758c06
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@ github.com/notional-labs/ibc-apps/modules/ibc-hooks/v8 v8.0.0-20240306102635-57b
github.com/notional-labs/ibc-apps/modules/ibc-hooks/v8 v8.0.0-20240306102635-57b349e8fd83/go.mod h1:iNDPfR5e9QDRlcxa4AM5C2VeO678BhUfnfaLBNu2aFQ=
github.com/notional-labs/ibc-go/modules/light-clients/08-wasm v0.0.0-20240314043527-f53cabfd50c0 h1:Zig/yWf/GhpperDs8GQlMiOGA7e27YnNZJ+u8kYb1gc=
github.com/notional-labs/ibc-go/modules/light-clients/08-wasm v0.0.0-20240314043527-f53cabfd50c0/go.mod h1:+r+mJkIfvKtyYUzgPsw2VncseYMo+LIwvXc19stBHGM=
github.com/notional-labs/tokenfactory v0.0.0-20240310155926-981fbeb0fe42 h1:IwHvk/pnsC/7wkAliqjSv5CZ1UdW0l0jvss1TH6yZs0=
github.com/notional-labs/tokenfactory v0.0.0-20240310155926-981fbeb0fe42/go.mod h1:/7BTO79gDbiT40Dw3nCjd7I0MEIsfTxzoawgJC168nQ=
github.com/notional-labs/tokenfactory v0.0.0-20240323111121-fb1e8562da4d h1:K2M04lLjwO+/ZKUwD+4otLGZK2Xr/CFUkG2/SuN5USo=
github.com/notional-labs/tokenfactory v0.0.0-20240323111121-fb1e8562da4d/go.mod h1:pOZ8WMzHKxpqMUan1KLy5koXr+ensJO1x56htY9i+bI=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit d7e585d

Please sign in to comment.