feat: 版本升级

This commit is contained in:
meilin.huang
2022-09-07 15:20:34 +08:00
parent e7a66378ea
commit fb3f89c594
3 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
### 介绍
基于DDD分层实现的web版 **linux(终端 文件 脚本 进程)、数据库mysql postgres、redis(单机 哨兵 集群)、mongo统一管理操作平台**
web版 **linux(终端[终端回放] 文件 脚本 进程)、数据库mysql postgres、redis(单机 哨兵 集群)、mongo统一管理操作平台**
### 开发语言与主要框架

View File

@@ -1,6 +1,6 @@
module mayfly-go
go 1.18
go 1.19
require (
github.com/gin-gonic/gin v1.8.1
@@ -15,7 +15,8 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.mongodb.org/mongo-driver v1.9.1 // mongo
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // ssh
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
// ssh
gopkg.in/yaml.v3 v3.0.1
// gorm
gorm.io/driver/mysql v1.3.5

View File

@@ -4,7 +4,7 @@ import "fmt"
const (
AppName = "mayfly-go"
Version = "v1.2.9"
Version = "v1.2.10"
)
func GetAppInfo() string {