-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a905179
commit 336caa9
Showing
3 changed files
with
576 additions
and
264 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,37 +1,79 @@ | ||
module ultre.me/radio-chaos/chaos-bot | ||
|
||
go 1.14 | ||
go 1.22.6 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/bwmarrin/discordgo v0.22.0 | ||
github.com/bwmarrin/discordgo v0.28.1 | ||
github.com/etherlabsio/errors v0.2.3 | ||
github.com/etherlabsio/pkg v0.0.0-20191020161600-58998d98f9ce | ||
github.com/go-chi/chi v1.5.1 | ||
github.com/go-chi/httplog v0.1.8 | ||
github.com/gohugoio/hugo v0.79.1 | ||
github.com/go-chi/chi v1.5.5 | ||
github.com/go-chi/httplog v0.3.2 | ||
github.com/gohugoio/hugo v0.137.0 | ||
github.com/graarh/golang-socketio v0.0.0-20170510162725-2c44953b9b5f | ||
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026 | ||
github.com/huandu/xstrings v1.3.1 // indirect | ||
github.com/imdario/mergo v0.3.9 // indirect | ||
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b | ||
github.com/jinzhu/gorm v1.9.16 | ||
github.com/karrick/godirwalk v1.15.6 // indirect | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/oklog/run v1.1.0 | ||
github.com/peterbourgon/ff/v3 v3.0.0 | ||
github.com/rs/cors v1.7.0 | ||
github.com/sirupsen/logrus v1.6.0 // indirect | ||
github.com/peterbourgon/ff/v3 v3.4.0 | ||
github.com/rs/cors v1.11.1 | ||
github.com/tpyolang/tpyo-cli v1.0.0 | ||
github.com/ultreme/histoire-pour-enfant-generator v0.0.0-20200402084311-66b2cd0d2da6 | ||
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect | ||
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect | ||
moul.io/godev v1.7.0 | ||
moul.io/moulsay v1.3.0 | ||
moul.io/number-to-words v0.6.0 | ||
moul.io/pipotron v1.13.0 | ||
moul.io/number-to-words v0.7.0 | ||
moul.io/pipotron v1.13.5 | ||
ultre.me/recettator v0.4.0 | ||
ultre.me/smsify v1.0.0 | ||
) | ||
|
||
require ( | ||
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/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/eidolon/wordwrap v0.0.0-20161011182207-e0f54129b8bb // indirect | ||
github.com/go-chi/chi/v5 v5.0.7 // indirect | ||
github.com/go-kit/kit v0.12.0 // indirect | ||
github.com/go-kit/log v0.2.1 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
github.com/gobuffalo/logger v1.0.3 // indirect | ||
github.com/gobuffalo/packd v1.0.0 // indirect | ||
github.com/gobuffalo/packr/v2 v2.8.1 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/karrick/godirwalk v1.15.8 // indirect | ||
github.com/lib/pq v1.10.9 // indirect | ||
github.com/markbates/errx v1.1.0 // indirect | ||
github.com/markbates/oncer v1.0.0 // indirect | ||
github.com/markbates/safe v1.0.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/moul/advanced-ssh-config v2.8.0+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/rs/zerolog v1.29.1 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
moul.io/asciimoul v1.1.0 // indirect | ||
) | ||
|
||
// replace github.com/ultreme/histoire-pour-enfant-generator => ../../histoire-pour-enfant-generator |
Oops, something went wrong.