Skip to content

Commit

Permalink
Merge pull request #80 from kesonan/chore/goctl-version
Browse files Browse the repository at this point in the history
Upgrade goctl version
  • Loading branch information
kevwan authored Jul 19, 2023
2 parents a78fb7b + 4b43356 commit c76c668
Show file tree
Hide file tree
Showing 2 changed files with 1,531 additions and 148 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ go 1.16

require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/spf13/cobra v1.5.0 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/zeromicro/go-zero v1.3.0
github.com/zeromicro/go-zero/tools/goctl v1.3.2
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
github.com/urfave/cli/v2 v2.11.0
github.com/zeromicro/go-zero v1.5.4
github.com/zeromicro/go-zero/tools/goctl v1.5.4
golang.org/x/oauth2 v0.7.0
)
Loading

0 comments on commit c76c668

Please sign in to comment.