Skip to content

Commit

Permalink
go.mod: bump version marketplace@v0.4.0 (#27)
Browse files Browse the repository at this point in the history
* go.mod: bump version marketplace@v0.4.0

* update readme.md
  • Loading branch information
harish551 authored Sep 19, 2022
1 parent 56df4c9 commit 5ec7d4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/OmniFlix/omniflixhub
go 1.18

require (
github.com/OmniFlix/marketplace v0.4.0-alpha-1
github.com/OmniFlix/marketplace v0.4.0
github.com/OmniFlix/onft v0.3.0
github.com/cosmos/cosmos-sdk v0.45.6
github.com/cosmos/ibc-go/v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/Microsoft/go-winio v0.5.1 h1:aPJp2QD7OOrhO5tQXqQoGSJc+DjDtWTGLOmNyAm6
github.com/Microsoft/go-winio v0.5.1/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
github.com/OmniFlix/marketplace v0.4.0-alpha-1 h1:j+W7RxyYuh8e21wP6Vz2bIAwYSQnQ6UWA/8nbEQg/YY=
github.com/OmniFlix/marketplace v0.4.0-alpha-1/go.mod h1:f9oXa8VGOkgrW6kdh1AIXwuzSP1Zy0aG0HEHTIyd/e4=
github.com/OmniFlix/marketplace v0.4.0 h1:vWHUe/UlLGAA/Xl7+lkt6lGakExHuUY90eTTVeJ/L0M=
github.com/OmniFlix/marketplace v0.4.0/go.mod h1:f9oXa8VGOkgrW6kdh1AIXwuzSP1Zy0aG0HEHTIyd/e4=
github.com/OmniFlix/onft v0.3.0 h1:VDMFJuBEI+OyvcPCBXph+sS6OY7i1uQ9H0I0ZpleU8Q=
github.com/OmniFlix/onft v0.3.0/go.mod h1:y1RknOuWIm2FhShS8Cb03mgyryYu7xZa+PzG5lN3O3A=
github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with [Ignite CLI](https://github.com/ignite/cli).
- go 1.18 +
```
wget -q -O - https://git.io/vQhTU | bash -s -- --remove
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18.3
```

### Installation
Expand All @@ -22,7 +22,7 @@ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18
```
git clone https://github.com/Omniflix/omniflixhub.git
cd omniflixhub
git checkout v0.6.0
git checkout v0.7.0
go mod tidy
make install
```
Expand Down

0 comments on commit 5ec7d4c

Please sign in to comment.