dcbot/go.mod

70 lines
3.1 KiB
Modula-2
Raw Normal View History

2022-10-02 05:22:00 +00:00
module gitea.dwysokinski.me/twhelp/dcbot
go 1.19
require (
github.com/bwmarrin/discordgo v0.26.1
github.com/cenkalti/backoff/v4 v4.1.3
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
2022-10-02 05:22:00 +00:00
github.com/kelseyhightower/envconfig v1.4.0
github.com/ory/dockertest/v3 v3.9.1
github.com/robfig/cron/v3 v3.0.1
2022-10-02 05:22:00 +00:00
github.com/stretchr/testify v1.8.0
github.com/uptrace/bun v1.1.8
github.com/uptrace/bun/dbfixture v1.1.8
2022-10-02 05:22:00 +00:00
github.com/uptrace/bun/dialect/pgdialect v1.1.8
github.com/uptrace/bun/driver/pgdriver v1.1.8
github.com/uptrace/bun/extra/bunotel v1.1.8
chore(deps): update module github.com/urfave/cli/v2 to v2.20.2 (#10) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.17.1` -> `v2.20.2` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v2.20.2`](https://github.com/urfave/cli/releases/tag/v2.20.2) [Compare Source](https://github.com/urfave/cli/compare/v2.20.1...v2.20.2) #### What's Changed - Fix:(issue\_1206) Default value shouldnt depend on env variable or val… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1528 **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2 ### [`v2.20.1`](https://github.com/urfave/cli/releases/tag/v2.20.1) [Compare Source](https://github.com/urfave/cli/compare/v2.20.0...v2.20.1) #### What's Changed - Docs: Fix docs from merged PR1498 by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1532 - Cleanup: Fix app.go formatting by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1533 **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1 ### [`v2.20.0`](https://github.com/urfave/cli/releases/tag/v2.20.0) [Compare Source](https://github.com/urfave/cli/compare/v2.19.3...v2.20.0) #### What's Changed - Cleanup redundant code in App/Command by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1498 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0 ### [`v2.19.3`](https://github.com/urfave/cli/releases/tag/v2.19.3) [Compare Source](https://github.com/urfave/cli/compare/v2.19.2...v2.19.3) #### What's Changed - Build and run `urfave-cli-genflags` via its `Makefile` by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1526 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3 ### [`v2.19.2`](https://github.com/urfave/cli/releases/tag/v2.19.2) [Compare Source](https://github.com/urfave/cli/compare/v2.19.1...v2.19.2) #### What's Changed - fix: stop automatic sorting for --help by [@&#8203;FGYFFFF](https://github.com/FGYFFFF) in https://github.com/urfave/cli/pull/1430 #### New Contributors - [@&#8203;FGYFFFF](https://github.com/FGYFFFF) made their first contribution in https://github.com/urfave/cli/pull/1430 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2 ### [`v2.19.1`](https://github.com/urfave/cli/releases/tag/v2.19.1) [Compare Source](https://github.com/urfave/cli/compare/v2.19.0...v2.19.1) #### What's Changed - Fix:(issue\_1500). Fix slice flag value duplication issue by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1502 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1 ### [`v2.19.0`](https://github.com/urfave/cli/releases/tag/v2.19.0) [Compare Source](https://github.com/urfave/cli/compare/v2.18.2...v2.19.0) #### What's Changed - Fix:(issue\_1505) Fix flag alignment in help by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1506 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0 ### [`v2.18.2`](https://github.com/urfave/cli/releases/tag/v2.18.2) [Compare Source](https://github.com/urfave/cli/compare/v2.18.1...v2.18.2) #### What's Changed - Configure GenericFlag's Destination type as struct not pointer by [@&#8203;nkuba](https://github.com/nkuba) in https://github.com/urfave/cli/pull/1442 #### New Contributors - [@&#8203;nkuba](https://github.com/nkuba) made their first contribution in https://github.com/urfave/cli/pull/1442 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2 ### [`v2.18.1`](https://github.com/urfave/cli/releases/tag/v2.18.1) [Compare Source](https://github.com/urfave/cli/compare/v2.18.0...v2.18.1) #### What's Changed - Ensure "generate" step runs in CI prior to diff check by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1504 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1 ### [`v2.18.0`](https://github.com/urfave/cli/releases/tag/v2.18.0) [Compare Source](https://github.com/urfave/cli/compare/v2.17.2...v2.18.0) #### What's Changed - Call FlagStringer in String() method of slice flags by [@&#8203;fjl](https://github.com/fjl) in https://github.com/urfave/cli/pull/1508 #### New Contributors - [@&#8203;fjl](https://github.com/fjl) made their first contribution in https://github.com/urfave/cli/pull/1508 **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0 ### [`v2.17.2`](https://github.com/urfave/cli/releases/tag/v2.17.2) [Compare Source](https://github.com/urfave/cli/compare/v2.17.1...v2.17.2) #### What's Changed - Remove nonexistent phony targets by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1503 - wrap: Avoid trailing whitespace for empty lines by [@&#8203;abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/1513 #### New Contributors - [@&#8203;abitrolly](https://github.com/abitrolly) made their first contribution in https://github.com/urfave/cli/pull/1513 **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=--> Co-authored-by: Renovate <renovate@dwysokinski.me> Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me> Reviewed-on: https://gitea.dwysokinski.me/twhelp/dcbot/pulls/10 Co-authored-by: renovate <renovate@noreply.localhost> Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-17 05:03:40 +00:00
github.com/urfave/cli/v2 v2.20.2
2022-10-02 05:22:00 +00:00
go.uber.org/zap v1.23.0
)
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/containerd/continuity v0.3.0 // indirect
2022-10-02 05:22:00 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/cli v20.10.14+incompatible // indirect
github.com/docker/docker v20.10.7+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
2022-10-02 05:22:00 +00:00
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
2022-10-02 05:22:00 +00:00
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/opencontainers/runc v1.1.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
2022-10-02 05:22:00 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
2022-10-02 05:22:00 +00:00
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/opentelemetry-go-extra/otelsql v0.1.15 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
2022-10-02 05:22:00 +00:00
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opentelemetry.io/otel v1.9.0 // indirect
go.opentelemetry.io/otel/metric v0.31.0 // indirect
go.opentelemetry.io/otel/trace v1.9.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
2022-10-02 05:22:00 +00:00
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
2022-10-02 05:22:00 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
mellium.im/sasl v0.3.0 // indirect
)