Skip to content

Commit

Permalink
feat: update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
daheige committed Jun 25, 2021
1 parent d6adde4 commit b11e04c
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 268 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ go 1.13
require (
github.com/fsnotify/fsnotify v1.4.9
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-resty/resty/v2 v2.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gomodule/redigo v1.8.3
github.com/google/uuid v1.1.4
github.com/go-resty/resty/v2 v2.6.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gomodule/redigo v1.8.5
github.com/google/uuid v1.2.0
github.com/nsqio/go-nsq v1.0.8
github.com/prometheus/client_golang v1.9.0
github.com/spf13/viper v1.7.1
go.uber.org/zap v1.16.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/viper v1.8.1
go.uber.org/zap v1.17.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/mysql v1.0.3
gorm.io/gorm v1.20.8
xorm.io/xorm v1.0.5
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.11
xorm.io/xorm v1.1.0
)
Loading

0 comments on commit b11e04c

Please sign in to comment.