Skip to content

Commit

Permalink
fixed: go.mod version error
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Jul 26, 2023
1 parent 32d75bc commit c2553d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions layout/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/envoyproxy/protoc-gen-validate v0.10.1
github.com/google/wire v0.5.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
github.com/mix-plus/go-mixplus/pkg/conf v1.1.1-0.20230725101113-b0ff55da51f2
github.com/mix-plus/go-mixplus/pkg/migrate v1.1.1-0.20230725101113-b0ff55da51f2
github.com/mix-plus/go-mixplus/pkg/conf v1.1.1
github.com/mix-plus/go-mixplus/pkg/migrate v1.1.1
github.com/zeromicro/go-zero v1.5.4
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/lock/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redsync/redsync/v4 v4.8.1
github.com/mix-plus/go-mixplus/pkg/conf v1.1.1-0.20230725101113-b0ff55da51f2
github.com/mix-plus/go-mixplus/pkg/conf v1.1.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions pkg/resp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.18

require (
github.com/gin-gonic/gin v1.9.1
github.com/mix-plus/go-mixplus/pkg/convert v1.1.1-0.20230725101113-b0ff55da51f2
github.com/mix-plus/go-mixplus/pkg/errcode v1.1.1-0.20230725101113-b0ff55da51f2
github.com/mix-plus/go-mixplus/pkg/convert v1.1.1
github.com/mix-plus/go-mixplus/pkg/errcode v1.1.1
)

require (
Expand Down

0 comments on commit c2553d7

Please sign in to comment.