add auto creating tags github workflow; go.mod update for crontrib packages

This commit is contained in:
John Guo
2022-04-15 14:47:02 +08:00
parent 1e3d8cdadd
commit 5dee3bb4d9
11 changed files with 42 additions and 10 deletions

View File

@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/drivers/sqlite/v2
go 1.15
require (
github.com/gogf/gf/v2 v2.0.0-rc
github.com/gogf/gf/v2 v2.0.0
github.com/mattn/go-sqlite3 v1.14.10
)