Skip to content

Commit

Permalink
fix(deps): update module github.com/go-co-op/gocron to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 23, 2021
1 parent 0da0cdb commit a759a0e
Show file tree
Hide file tree
Showing 44 changed files with 3,570 additions and 769 deletions.
22 changes: 1 addition & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,26 @@ module github.com/axetroy/go-server
go 1.14

require (
github.com/CloudyKit/jet/v3 v3.0.0 // indirect
github.com/Joker/hpp v1.0.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.518
github.com/axetroy/go-fs v1.0.0
github.com/axetroy/mocker v1.2.0
github.com/denisbrodbeck/machineid v1.0.1
github.com/dgraph-io/badger v1.6.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fatih/color v1.13.0
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/go-co-op/gocron v0.3.3
github.com/go-co-op/gocron v1.9.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.8.0
github.com/go-redis/redis/v8 v8.11.0
github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/holdno/snowFlakeByGo v0.0.0-20180510033652-d23f8a8cadd7
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
github.com/iris-contrib/pongo2 v0.0.1 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.3.0
github.com/jordan-wright/email v0.0.0-20200602115436-fd8a7622303e
Expand All @@ -44,27 +32,19 @@ require (
github.com/markbates/goth v1.68.0
github.com/markbates/pkger v0.17.1
github.com/mitchellh/mapstructure v1.4.2
github.com/moul/http2curl v1.0.0 // indirect
github.com/mssola/user_agent v0.5.3
github.com/nsqio/go-nsq v1.0.8
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/ryanuber/columnize v2.1.0+incompatible // indirect
github.com/sec51/convert v0.0.0-20190309075348-ebe586d87951 // indirect
github.com/sec51/cryptoengine v0.0.0-20180911112225-2306d105a49e // indirect
github.com/sec51/gf256 v0.0.0-20160126143050-2454accbeb9e // indirect
github.com/sec51/qrcode v0.0.0-20160126144534-b7779abbcaf1 // indirect
github.com/sec51/twofactor v1.0.1-0.20180911112802-cd97c894b2cc
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shirou/gopsutil v3.21.7+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/valyala/fasthttp v1.12.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
Expand Down
131 changes: 13 additions & 118 deletions go.sum

Large diffs are not rendered by default.

30 changes: 11 additions & 19 deletions vendor/github.com/go-co-op/gocron/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions vendor/github.com/go-co-op/gocron/.golangci.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 73 additions & 0 deletions vendor/github.com/go-co-op/gocron/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/github.com/go-co-op/gocron/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 17 additions & 20 deletions vendor/github.com/go-co-op/gocron/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions vendor/github.com/go-co-op/gocron/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a759a0e

Please sign in to comment.