2020-12-21 00:32:39 +00:00
|
|
|
module github.com/Luzifer/twitch-bot
|
|
|
|
|
2021-08-19 15:24:20 +00:00
|
|
|
go 1.17
|
2020-12-21 00:32:39 +00:00
|
|
|
|
|
|
|
require (
|
2021-12-31 12:42:37 +00:00
|
|
|
github.com/Luzifer/go-openssl/v4 v4.1.0
|
2021-08-19 15:24:20 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.12.2
|
2020-12-21 00:32:39 +00:00
|
|
|
github.com/Luzifer/korvike/functions v0.6.1
|
2021-08-19 15:24:20 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.3.0
|
2020-12-21 00:32:39 +00:00
|
|
|
github.com/go-irc/irc v2.1.0+incompatible
|
2022-02-08 18:58:19 +00:00
|
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
2021-09-22 13:36:45 +00:00
|
|
|
github.com/gofrs/uuid/v3 v3.1.2
|
2021-08-25 18:53:04 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2021-09-22 13:36:45 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-06-13 13:45:19 +00:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
2020-12-21 00:32:39 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-03-27 16:59:56 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-08-19 15:24:20 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-09-22 13:36:45 +00:00
|
|
|
github.com/wzshiming/openapi v0.0.0-20200703171632-c7220b3c9cfb
|
2021-12-31 12:42:37 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-10-22 15:09:39 +00:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2021-05-24 15:55:12 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-12-21 00:32:39 +00:00
|
|
|
)
|
2021-08-19 15:24:20 +00:00
|
|
|
|
|
|
|
require (
|
2021-08-19 20:58:10 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
2021-10-22 15:09:39 +00:00
|
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
2021-08-19 20:58:10 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2021-08-19 15:24:20 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2021-08-19 20:58:10 +00:00
|
|
|
github.com/hashicorp/vault/api v1.1.1 // indirect
|
|
|
|
github.com/hashicorp/vault/sdk v0.2.1 // indirect
|
2021-10-22 15:09:39 +00:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
|
|
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
|
2021-08-19 15:24:20 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2021-08-19 20:58:10 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2021-08-19 15:24:20 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
2021-10-22 15:09:39 +00:00
|
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
2021-08-19 15:24:20 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-10-22 15:09:39 +00:00
|
|
|
github.com/src-d/gcfg v1.4.0 // indirect
|
|
|
|
github.com/xanzy/ssh-agent v0.2.1 // indirect
|
2021-08-19 15:24:20 +00:00
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
2021-08-19 20:58:10 +00:00
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
2021-10-22 15:09:39 +00:00
|
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
|
2021-08-19 15:24:20 +00:00
|
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
2021-10-22 15:09:39 +00:00
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2021-08-19 15:24:20 +00:00
|
|
|
)
|