-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped all dependencies to latest versions (#1530)
* bumped all dependencies to latest versions * bumped circleci * circleci fix * changes to Dockerfile --------- Co-authored-by: Ashish Jhanwar <ashishjh-bst@users.noreply.github.com>
- Loading branch information
1 parent
7d48f95
commit 7c00db0
Showing
5 changed files
with
537 additions
and
957 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,179 +1,179 @@ | ||
module github.com/botlabs-gg/yagpdb/v2 | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
emperror.dev/errors v0.4.3 | ||
github.com/AYLIEN/aylien_textapi_go v0.6.0 | ||
emperror.dev/errors v0.8.1 | ||
github.com/NYTimes/gziphandler v1.1.1 | ||
github.com/PuerkitoBio/goquery v1.5.0 | ||
github.com/PuerkitoBio/goquery v1.8.1 | ||
github.com/buger/jsonparser v1.1.1 | ||
github.com/bwmarrin/snowflake v0.3.0 | ||
github.com/didip/tollbooth v4.0.2+incompatible | ||
github.com/dpatrie/urbandictionary v0.0.0-20151214192647-3b38cbf4cb81 | ||
github.com/ei14/calc v0.0.0-20220307072502-adbe43bdf801 | ||
github.com/fatih/structs v1.1.0 | ||
github.com/friendsofgo/errors v0.9.2 | ||
github.com/getsentry/sentry-go v0.7.0 | ||
github.com/gin-gonic/gin v1.9.0 | ||
github.com/go-errors/errors v1.0.1 | ||
github.com/go-openapi/strfmt v0.20.2 // indirect | ||
github.com/getsentry/sentry-go v0.22.0 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/go-errors/errors v1.4.2 | ||
github.com/go-openapi/strfmt v0.21.7 // indirect | ||
github.com/gobwas/httphead v0.1.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.1.0 | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gobwas/ws v1.2.1 | ||
github.com/gofrs/uuid v4.4.0+incompatible // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/safebrowsing v0.0.0-20190624211811-bbf0d20d26b3 | ||
github.com/gorilla/schema v1.1.0 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/gorilla/schema v1.2.0 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/hashicorp/go-cleanhttp v0.5.2 | ||
github.com/jedib0t/go-pretty v4.3.0+incompatible | ||
github.com/jinzhu/gorm v1.9.10 | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/jinzhu/gorm v1.9.16 | ||
github.com/jmoiron/sqlx v1.3.5 | ||
github.com/json-iterator/go v1.1.12 | ||
github.com/karlseguin/ccache v2.0.3+incompatible | ||
github.com/karlseguin/rcache v1.0.1 | ||
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481 | ||
github.com/lib/pq v1.10.9 | ||
github.com/lunixbochs/vtclean v1.0.0 | ||
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/mediocregopher/radix/v3 v3.7.0 | ||
github.com/microcosm-cc/bluemonday v1.0.16 | ||
github.com/miolini/datacounter v0.0.0-20190724021726-aa48df3a02c1 | ||
github.com/mitchellh/cli v1.1.2 | ||
github.com/mailru/easyjson v0.7.7 | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/mediocregopher/radix/v3 v3.8.1 | ||
github.com/microcosm-cc/bluemonday v1.0.24 | ||
github.com/miolini/datacounter v1.0.3 | ||
github.com/mitchellh/cli v1.1.5 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/natefinch/lumberjack v2.0.0+incompatible | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.11.1 | ||
github.com/russross/blackfriday v1.5.2 | ||
github.com/shirou/gopsutil v2.18.12+incompatible | ||
github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/tidwall/buntdb v1.2.8 | ||
github.com/tkuchiki/go-timezone v0.1.5-0.20200504234801-f58f9e3b062f | ||
github.com/prometheus/client_golang v1.16.0 | ||
github.com/russross/blackfriday v1.6.0 | ||
github.com/shirou/gopsutil v3.21.11+incompatible | ||
github.com/shurcooL/github_flavored_markdown v0.0.0-20210228213109-c3a9aa474629 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.8.3 | ||
github.com/tidwall/buntdb v1.3.0 | ||
github.com/tkuchiki/go-timezone v0.2.2 | ||
github.com/viant/assertly v0.4.8 | ||
github.com/viant/toolbox v0.24.0 | ||
github.com/viant/toolbox v0.34.5 | ||
github.com/vmihailenco/msgpack v4.0.4+incompatible | ||
github.com/volatiletech/inflect v0.0.1 // indirect | ||
github.com/volatiletech/null v8.0.0+incompatible | ||
github.com/volatiletech/null/v8 v8.1.2 | ||
github.com/volatiletech/sqlboiler v3.7.1+incompatible | ||
github.com/volatiletech/sqlboiler/v4 v4.5.0 | ||
github.com/volatiletech/strmangle v0.0.1 | ||
github.com/volatiletech/sqlboiler/v4 v4.14.2 | ||
github.com/volatiletech/strmangle v0.0.5 | ||
goji.io v2.0.2+incompatible | ||
golang.org/x/crypto v0.5.0 | ||
golang.org/x/image v0.5.0 | ||
golang.org/x/net v0.10.0 | ||
golang.org/x/oauth2 v0.8.0 | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 | ||
golang.org/x/crypto v0.11.0 | ||
golang.org/x/image v0.9.0 | ||
golang.org/x/net v0.12.0 | ||
golang.org/x/oauth2 v0.10.0 | ||
golang.org/x/sys v0.10.0 // indirect | ||
golang.org/x/text v0.11.0 | ||
golang.org/x/time v0.3.0 | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/api v0.103.0 | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
google.golang.org/api v0.131.0 | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/francoispqt/gojay v1.2.13 | ||
github.com/jarcoal/httpmock v1.0.4 | ||
github.com/justinian/dice v1.0.1 | ||
github.com/n0madic/twitter-scraper v0.0.0-20230625205053-302c2d461a6a | ||
github.com/justinian/dice v1.0.2 | ||
github.com/n0madic/twitter-scraper v0.0.0-20230711213008-94503a2bc36c | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.15.1 // indirect | ||
cloud.google.com/go/compute v1.21.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
github.com/bytedance/sonic v1.8.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
github.com/Masterminds/sprig/v3 v3.2.3 // indirect | ||
github.com/bytedance/sonic v1.9.2 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect | ||
github.com/goccy/go-json v0.10.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.6 // indirect | ||
github.com/rogpeppe/go-internal v1.8.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/google/s2a-go v0.1.4 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
github.com/rogpeppe/go-internal v1.10.0 // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
golang.org/x/arch v0.4.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect | ||
) | ||
|
||
require ( | ||
github.com/AlekSi/pointer v1.1.0 | ||
github.com/AlekSi/pointer v1.2.0 | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible // indirect | ||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect | ||
github.com/andybalholm/cascadia v1.0.0 // indirect | ||
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bgentry/speakeasy v0.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/ericlagergren/decimal v0.0.0-20190729173012-f05d33913e5a // indirect | ||
github.com/fatih/color v1.7.0 // indirect | ||
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-ole/go-ole v1.2.4 // indirect | ||
github.com/go-openapi/errors v0.19.8 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/go-openapi/errors v0.20.4 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.11.2 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/go-playground/validator/v10 v10.14.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.7.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.11 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/huandu/xstrings v1.4.0 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/karlseguin/expect v1.0.1 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/mattn/go-colorable v0.1.2 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.3.3 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.0 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/posener/complete v1.1.1 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.26.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b // indirect | ||
github.com/shurcooL/highlight_go v0.0.0-20181028180052-98c3abbbae20 // indirect | ||
github.com/shurcooL/octicon v0.0.0-20181028054416-fa4f57f9efb2 // indirect | ||
github.com/posener/complete v1.2.3 // indirect | ||
github.com/prometheus/client_model v0.4.0 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.11.0 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/sergi/go-diff v1.3.1 // indirect | ||
github.com/shurcooL/highlight_diff v0.0.0-20230708024848-22f825814995 // indirect | ||
github.com/shurcooL/highlight_go v0.0.0-20230708025100-33e05792540a // indirect | ||
github.com/shurcooL/octicon v0.0.0-20230705024016-66bff059edb8 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect | ||
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/tidwall/btree v0.7.1 // indirect | ||
github.com/tidwall/gjson v1.12.1 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/tidwall/btree v1.6.0 // indirect | ||
github.com/tidwall/gjson v1.14.4 // indirect | ||
github.com/tidwall/grect v0.1.4 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/tidwall/rtred v0.1.2 // indirect | ||
github.com/tidwall/tinyqueue v0.1.1 // indirect | ||
github.com/ugorji/go/codec v1.2.9 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
github.com/volatiletech/randomize v0.0.1 // indirect | ||
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect | ||
go.mongodb.org/mongo-driver v1.5.1 // indirect | ||
go.mongodb.org/mongo-driver v1.12.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
google.golang.org/grpc v1.53.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
google.golang.org/grpc v1.56.2 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
) |
Oops, something went wrong.