-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (26 loc) · 1.2 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/fryyyyy/fryatog
require (
github.com/FuzzyStatic/blizzard v1.1.1-0.20201220225707-10809508c111
github.com/algolia/algoliasearch-client-go v0.0.0-20190409094142-b60d13f65ed3
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/getsentry/raven-go v0.2.0
github.com/go-test/deep v1.0.7 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.5
github.com/hashicorp/golang-lru v0.5.4
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1 // indirect
github.com/slack-go/slack v0.9.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/whyrusleeping/hellabot v0.0.0-20220131094808-3d595078da57
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1
gopkg.in/yaml.v3 v3.0.0 // indirect
)
go 1.13