Skip to content

Commit

Permalink
Update monomer to v0.1.4 in testapp (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeauregard authored Nov 14, 2024
1 parent 53ab57a commit 1fb6968
Show file tree
Hide file tree
Showing 5 changed files with 736 additions and 4 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.3
github.com/polymerdao/monomer => github.com/polymerdao/monomer v0.1.4
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.3 h1:HuuW4z91VmdCP+z620FiGMoL9ako/ERxWmUCqFgYaQI=
github.com/polymerdao/monomer v0.1.3/go.mod h1:rhNntLV70Y0t1gDahRN5hi0g6T0bUc1wEkEhykt9c6k=
github.com/polymerdao/monomer v0.1.4 h1:MnPbOFZZsdU+TMzJ5sycLVRsGJsn59YtkeI42ordCxU=
github.com/polymerdao/monomer v0.1.4/go.mod h1:08lU5gmig6WpUBaUIA07F/pbxjL08Typ+zDDKgGkP90=
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/monogen@v0.1.4 \
&& go run github.com/polymerdao/monomer/cmd/monogen@v0.1.5 \
&& cd testapp \
&& ./setup-helper.sh
```
Expand Down
Loading

0 comments on commit 1fb6968

Please sign in to comment.