Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jan 3, 2025
1 parent 44b7d9c commit 68a409a
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.En.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Go-Zero](https://img.shields.io/badge/Go--Zero-v1.7.5-brightgreen.svg)](https://go-zero.dev/)
[![Ent](https://img.shields.io/badge/Ent-v0.14.1-blue.svg)](https://entgo.io/)
[![Casbin](https://img.shields.io/badge/Casbin-v2.103.0-orange.svg)](https://github.com/casbin/casbin)
[![Release](https://img.shields.io/badge/Release-v1.6.1-green.svg)](https://github.com/suyuan32/simple-admin-core/releases)
[![Release](https://img.shields.io/badge/Release-v1.6.2-green.svg)](https://github.com/suyuan32/simple-admin-core/releases)
[![License: Apache2.0](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](https://opensource.org/licenses/MIT)
![公众号](https://img.shields.io/badge/%E5%85%AC%E4%BC%97%E5%8F%B7-%E5%87%A0%E9%A2%97%E9%85%A5-blue)
![注意](https://img.shields.io/badge/%E6%B3%A8%E6%84%8F-%E5%85%B3%E6%B3%A8%E5%85%AC%E4%BC%97%E5%8F%B7%E5%8A%A0%E5%85%A5%E5%BE%AE%E4%BF%A1%E7%BE%A4-blue)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Go-Zero](https://img.shields.io/badge/Go--Zero-v1.7.5-brightgreen.svg)](https://go-zero.dev/)
[![Ent](https://img.shields.io/badge/Ent-v0.14.1-blue.svg)](https://entgo.io/)
[![Casbin](https://img.shields.io/badge/Casbin-v2.103.0-orange.svg)](https://github.com/casbin/casbin)
[![Release](https://img.shields.io/badge/Release-v1.6.1-green.svg)](https://github.com/suyuan32/simple-admin-core/releases)
[![Release](https://img.shields.io/badge/Release-v1.6.2-green.svg)](https://github.com/suyuan32/simple-admin-core/releases)
[![License: Apache2.0](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](https://opensource.org/licenses/MIT)
![公众号](https://img.shields.io/badge/%E5%85%AC%E4%BC%97%E5%8F%B7-%E5%87%A0%E9%A2%97%E9%85%A5-blue)
![注意](https://img.shields.io/badge/%E6%B3%A8%E6%84%8F-%E5%85%B3%E6%B3%A8%E5%85%AC%E4%BC%97%E5%8F%B7%E5%8A%A0%E5%85%A5%E5%BE%AE%E4%BF%A1%E7%BE%A4-blue)
Expand Down
2 changes: 1 addition & 1 deletion api/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Schemes: http, https
// Host: localhost:9100
// BasePath: /
// Version: 1.6.1
// Version: 1.6.2
// Contact: yuansu.china.work@gmail.com
// SecurityDefinitions:
// Token:
Expand Down
2 changes: 1 addition & 1 deletion api/internal/handler/routes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"contact": {
"email": "yuansu.china.work@gmail.com"
},
"version": "1.6.1"
"version": "1.6.2"
},
"host": "localhost:9100",
"basePath": "/",
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker-compose/all_in_one/mysql/docker-compose-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
memory: 200M

core-rpc:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-rpc-docker:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-rpc-docker:v1.6.2
container_name: core-rpc
restart: always
ports:
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
memory: 200M

core-api:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-api-docker:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-api-docker:v1.6.2
container_name: core-api
restart: always
environment:
Expand All @@ -134,7 +134,7 @@ services:
memory: 200M

backend-ui:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/backend-ui-vben5:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/backend-ui-vben5:v1.6.2
container_name: backend-ui
restart: always
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker-compose/all_in_one/mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
memory: 200M

core-rpc:
image: ryanpower/core-rpc-docker:v1.6.1
image: ryanpower/core-rpc-docker:v1.6.2
container_name: core-rpc
restart: always
ports:
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
memory: 200M

core-api:
image: ryanpower/core-api-docker:v1.6.1
image: ryanpower/core-api-docker:v1.6.2
container_name: core-api
restart: always
environment:
Expand All @@ -134,7 +134,7 @@ services:
memory: 200M

backend-ui:
image: ryanpower/backend-ui-vben5:v1.6.1
image: ryanpower/backend-ui-vben5:v1.6.2
container_name: backend-ui
restart: always
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
memory: 200M

core-rpc:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-rpc-docker:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-rpc-docker:v1.6.2
container_name: core-rpc
restart: always
# ports:
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
memory: 200M

core-api:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-api-docker:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-api-docker:v1.6.2
container_name: core-api
restart: always
# environment:
Expand All @@ -116,7 +116,7 @@ services:
memory: 200M

backend-ui:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/backend-ui-vben5:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/backend-ui-vben5:v1.6.2
container_name: backend-ui
restart: always
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
memory: 200M

core-rpc:
image: ryanpower/core-rpc-docker:v1.6.1
image: ryanpower/core-rpc-docker:v1.6.2
container_name: core-rpc
restart: always
# ports:
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
memory: 200M

core-api:
image: ryanpower/core-api-docker:v1.6.1
image: ryanpower/core-api-docker:v1.6.2
container_name: core-api
restart: always
# environment:
Expand All @@ -116,7 +116,7 @@ services:
memory: 200M

backend-ui:
image: ryanpower/backend-ui-vben5:v1.6.1
image: ryanpower/backend-ui-vben5:v1.6.2
container_name: backend-ui
restart: always
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose/core-only/docker-compose-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
memory: 200M

core-rpc:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-rpc-docker:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-rpc-docker:v1.6.2
container_name: core-rpc
restart: always
ports:
Expand All @@ -74,7 +74,7 @@ services:
memory: 200M

core-api:
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-api-docker:v1.6.1
image: registry.cn-hangzhou.aliyuncs.com/simple_admin/core-api-docker:v1.6.2
container_name: core-api
restart: always
# environment:
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose/core-only/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
memory: 200M

core-rpc:
image: ryanpower/core-rpc-docker:v1.6.1
image: ryanpower/core-rpc-docker:v1.6.2
container_name: core-rpc
restart: always
ports:
Expand All @@ -74,7 +74,7 @@ services:
memory: 200M

core-api:
image: ryanpower/core-api-docker:v1.6.1
image: ryanpower/core-api-docker:v1.6.2
container_name: core-api
restart: always
# environment:
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ require (
github.com/larksuite/oapi-sdk-go/v3 v3.4.5
github.com/mojocn/base64Captcha v1.3.6
github.com/redis/go-redis/v9 v9.7.0
github.com/suyuan32/simple-admin-common v1.6.1
github.com/suyuan32/simple-admin-job v1.6.1
github.com/suyuan32/simple-admin-message-center v1.6.1
github.com/zeromicro/go-zero v1.7.5
github.com/suyuan32/simple-admin-common v1.6.2
github.com/suyuan32/simple-admin-job v1.6.2
github.com/suyuan32/simple-admin-message-center v1.6.2
github.com/zeromicro/go-zero v1.7.6
golang.org/x/oauth2 v0.24.0
google.golang.org/grpc v1.69.2
google.golang.org/protobuf v1.36.1
Expand Down Expand Up @@ -136,6 +136,6 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/zeromicro/go-zero v1.7.5 => github.com/suyuan32/simple-admin-tools v1.7.5
replace github.com/zeromicro/go-zero v1.7.6 => github.com/suyuan32/simple-admin-tools v1.7.6

replace github.com/mojocn/base64Captcha v1.3.6 => github.com/suyuan32/base64Captcha v1.3.7
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/suyuan32/base64Captcha v1.3.7 h1:B5+ArqVlnzdO+5oyHzvz1nKSipUcicaHEBMFZb7hpv4=
github.com/suyuan32/base64Captcha v1.3.7/go.mod h1:XXuqS4lYf+ANu15oTrA2Z47hv8R2h9nVVH5IJRmxLZQ=
github.com/suyuan32/simple-admin-common v1.6.1 h1:HhKO3gKSeOF3MeD/mgeAfQ0PHOlSKV0qSjlQ1qjuAYY=
github.com/suyuan32/simple-admin-common v1.6.1/go.mod h1:RIQ1KqFgtESWII2jBx/Kefd6g6k5sNUiMUlXcSMYTWk=
github.com/suyuan32/simple-admin-job v1.6.1 h1:ZisAhfmzY4Ik2FUhPidj/2bvpXnU7quL+DFARGk7w88=
github.com/suyuan32/simple-admin-job v1.6.1/go.mod h1:f1O144pJVC0MxrX6f+tno4HVS7VmkqVc79Wev37xnik=
github.com/suyuan32/simple-admin-message-center v1.6.1 h1:q+eO+J/NRN0c6D/lj19cskaybvhEiTAup+XzUo9V6xc=
github.com/suyuan32/simple-admin-message-center v1.6.1/go.mod h1:elET9xVhI4ngZcjqTKzFDMW/bPUH6wh4EO3a73BcEsQ=
github.com/suyuan32/simple-admin-tools v1.7.5 h1:QXQ0QhLPrEGwl9qYO+awT/BRlB+5KKPaior7UmqkKBU=
github.com/suyuan32/simple-admin-tools v1.7.5/go.mod h1:VRoXYJhqvHnJz6akR/UMjSV6Ba2EA0zwmGAJYiTehDk=
github.com/suyuan32/simple-admin-common v1.6.2 h1:stw1o8PzavePUO6vnPCHReT3CuI/NI9UEqK26KCyjXM=
github.com/suyuan32/simple-admin-common v1.6.2/go.mod h1:Iu+8vXL+3bGXaLfrD+Yw7mgBYWL5ROlZQYlNh/LyAqc=
github.com/suyuan32/simple-admin-job v1.6.2 h1:Kyadyl7oa74AXCF5tvwOVjG08fmHE9y5N/a3ly7YNEI=
github.com/suyuan32/simple-admin-job v1.6.2/go.mod h1:uC5G9A7sYXm7zbMmkzKjudnjKFEEVs5XU+KlSj7TRVM=
github.com/suyuan32/simple-admin-message-center v1.6.2 h1:KgWFZt0OT3QJ1zdfsq7UZDlAUd6jAxP1HWxMXWRxzTE=
github.com/suyuan32/simple-admin-message-center v1.6.2/go.mod h1:DLUDTMqKuGxyzXGlT9r2eqJ8JVRwWEPT14wPMG7i22w=
github.com/suyuan32/simple-admin-tools v1.7.6 h1:DJppjJzvhGIvzRNGIyuHfpZR9fmw26jRrY5MQj5/Llg=
github.com/suyuan32/simple-admin-tools v1.7.6/go.mod h1:VRoXYJhqvHnJz6akR/UMjSV6Ba2EA0zwmGAJYiTehDk=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 68a409a

Please sign in to comment.