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-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
|
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-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
|
|
|
|
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-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
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
|
|
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-08-19 15:24:20 +00:00
|
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
|
|
|
)
|