Skip to content

Commit

Permalink
update: v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
phantacix committed Dec 20, 2023
1 parent 4427354 commit 4600f30
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/cron/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cherry-game/cherry/components/cron
go 1.18

require (
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry v1.3.12
github.com/robfig/cron/v3 v3.0.1
)

Expand Down
2 changes: 1 addition & 1 deletion components/data-config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cherry-game/cherry/components/data-config
go 1.18

require (
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry v1.3.12
github.com/go-redis/redis/v8 v8.11.5
github.com/json-iterator/go v1.1.12
github.com/radovskyb/watcher v1.0.7
Expand Down
2 changes: 1 addition & 1 deletion components/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cherry-game/cherry/components/etcd
go 1.18

require (
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry v1.3.12
github.com/json-iterator/go v1.1.12
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/client/v3 v3.5.9
Expand Down
2 changes: 1 addition & 1 deletion components/gin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cherry-game/cherry/components/gin
go 1.18

require (
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry v1.3.12
github.com/gin-gonic/gin v1.9.1
)

Expand Down
2 changes: 1 addition & 1 deletion components/gops/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cherry-game/cherry/components/gops
go 1.18

require (
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry v1.3.12
github.com/google/gops v0.3.28
)

Expand Down
2 changes: 1 addition & 1 deletion components/gorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cherry-game/cherry/components/gorm
go 1.18

require (
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry v1.3.12
gorm.io/driver/mysql v1.5.2
gorm.io/gorm v1.25.5
)
Expand Down
2 changes: 1 addition & 1 deletion components/mongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cherry-game/cherry/components/mongo
go 1.18

require (
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry v1.3.12
go.mongodb.org/mongo-driver v1.12.1
)

Expand Down
2 changes: 1 addition & 1 deletion const/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

const (
version = "1.3.11"
version = "1.3.12"
)

var logo = `
Expand Down
12 changes: 6 additions & 6 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.18

require (
github.com/ahmetb/go-linq/v3 v3.2.0
github.com/cherry-game/cherry v1.3.9
github.com/cherry-game/cherry/components/cron v1.3.9
github.com/cherry-game/cherry/components/data-config v1.3.9
github.com/cherry-game/cherry/components/gin v1.3.9
github.com/cherry-game/cherry/components/gops v1.3.9
github.com/cherry-game/cherry/components/gorm v1.3.9
github.com/cherry-game/cherry v1.3.12
github.com/cherry-game/cherry/components/cron v1.3.12
github.com/cherry-game/cherry/components/data-config v1.3.12
github.com/cherry-game/cherry/components/gin v1.3.12
github.com/cherry-game/cherry/components/gops v1.3.12
github.com/cherry-game/cherry/components/gorm v1.3.12
github.com/gin-gonic/gin v1.9.1
github.com/go-redis/redis/v8 v8.11.5
github.com/goburrow/cache v0.1.4
Expand Down

0 comments on commit 4600f30

Please sign in to comment.