Skip to content

Commit

Permalink
Upgrade the version for roc
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Apr 6, 2022
1 parent e9d6989 commit 94df7bf
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 @@ -2,7 +2,7 @@ module github.com/limingxinleo/roc-skeleton

go 1.18

require github.com/hyperf/roc v0.2.0
require github.com/hyperf/roc v0.2.1

require (
github.com/joho/godotenv v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=
github.com/hyperf/roc v0.2.0 h1:H/WfEpyAGfnaQg+fGoRViRDjtTHK9UTlQaD8nwVrT/c=
github.com/hyperf/roc v0.2.0/go.mod h1:Cf+hXUTP9KzUU0/lmbDJCReoczCQU1Edp2aCPd4nYbg=
github.com/hyperf/roc v0.2.1 h1:onEHB/6/6Vq5KHRcpZIqN4ZIygG42LlguWnNPNBMyx0=
github.com/hyperf/roc v0.2.1/go.mod h1:Cf+hXUTP9KzUU0/lmbDJCReoczCQU1Edp2aCPd4nYbg=
github.com/joho/godotenv v1.4.0 h1:3l4+N6zfMWnkbPEXKng2o2/MR5mSwTrBih4ZEkkz1lg=
github.com/joho/godotenv v1.4.0/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=
Expand Down

0 comments on commit 94df7bf

Please sign in to comment.