Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Dec 9, 2021
1 parent d587713 commit dcfef42
Show file tree
Hide file tree
Showing 2 changed files with 598 additions and 132 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/iyear/E5SubBot
go 1.16

require (
github.com/fsnotify/fsnotify v1.4.7
github.com/guonaihong/gout v0.1.12
github.com/fsnotify/fsnotify v1.5.1
github.com/guonaihong/gout v0.2.10
github.com/iyear/sqlite v1.0.2
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.0
github.com/spf13/viper v1.6.2
github.com/tidwall/gjson v1.9.3
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/viper v1.9.0
github.com/tidwall/gjson v1.12.1
go.uber.org/zap v1.19.1
golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/tucnak/telebot.v2 v2.5.0
gorm.io/driver/mysql v1.1.2
gorm.io/gorm v1.22.3
gorm.io/driver/mysql v1.2.1
gorm.io/gorm v1.22.4
)
Loading

0 comments on commit dcfef42

Please sign in to comment.