Skip to content

Commit

Permalink
Update monomer to v0.1.2 in testapp (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeauregard authored Oct 31, 2024
1 parent c0ac1e2 commit 5ea8460
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified cmd/monogen/testapp.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/monogen/testapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace (
// fix upstream GHSA-h395-qcrw-5vmq vulnerability.
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
github.com/libp2p/go-libp2p => github.com/joshklop/go-libp2p v0.0.0-20241004015633-cfc9936c6811
github.com/polymerdao/monomer => github.com/polymerdao/monomer v0.1.1
github.com/polymerdao/monomer => github.com/polymerdao/monomer v0.1.2
github.com/quic-go/quic-go => github.com/quic-go/quic-go v0.39.3
github.com/quic-go/webtransport-go => github.com/quic-go/webtransport-go v0.6.0
// replace broken goleveldb
Expand Down
4 changes: 2 additions & 2 deletions cmd/monogen/testapp/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,8 @@ github.com/pkg/profile v1.7.0/go.mod h1:8Uer0jas47ZQMJ7VD+OHknK4YDY07LPUC6dEvqDj
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/polymerdao/monomer v0.1.1 h1:S82lFT6/4xTe5yUHa92Hn4VMMJUPVVOMkjPab1HSLQ0=
github.com/polymerdao/monomer v0.1.1/go.mod h1:+v6//y9xYUuqTpaOe4b2xDf1UUEL/RNbl1smH+lEfYs=
github.com/polymerdao/monomer v0.1.2 h1:4z8+tCfy6BnBq0kWzBRp4QTZNIPzPCzrUIYqDE2z590=
github.com/polymerdao/monomer v0.1.2/go.mod h1:REBeT2LL0BRlkwDIux3mqzOyW3kIPEH16pOK0+pcdUU=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/prometheus/client_golang v0.8.0/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/build/create-an-app-with-monomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To generate a new Monomer application with the default configuration, navigate t
```bash
rm -rf ~/.testapp \
&& rm -rf testapp \
&& go run github.com/polymerdao/monomer/cmd/[email protected].2 \
&& go run github.com/polymerdao/monomer/cmd/[email protected].3 \
&& cd testapp \
&& ./setup-helper.sh
```
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require (
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.50.9
github.com/cosmos/gogoproto v1.5.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/optimism v1.7.4
github.com/ethereum/go-ethereum v1.13.11
Expand All @@ -33,6 +34,7 @@ require (
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
go.uber.org/mock v0.4.0
golang.org/x/crypto v0.25.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.64.1
Expand Down Expand Up @@ -95,7 +97,6 @@ require (
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/deckarep/golang-set/v2 v2.3.0 // indirect
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
Expand Down Expand Up @@ -310,7 +311,6 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
Expand Down

0 comments on commit 5ea8460

Please sign in to comment.