Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ixre committed Dec 22, 2022
1 parent a96b3b7 commit b8774b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// BuildVersion 版本号
const BuildVersion = "0.5.2"
const BuildVersion = "0.5.3"

// ReleaseCodeHome 代码页
const ReleaseCodeHome = "https://github.com/ixre/tto"
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ixre/tto

go 1.18
go 1.19

require (
github.com/go-sql-driver/mysql v1.6.0
Expand All @@ -9,10 +9,8 @@ require (
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gomodule/redigo v1.8.9 // indirect
github.com/lib/pq v1.10.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

replace github.com/ixre/gof => ../gof

0 comments on commit b8774b6

Please sign in to comment.