-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.27 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.27 KB
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
29
30
31
32
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/getsentry/raven-go v0.2.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/golang-lru v0.5.4
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/slack-go/slack v0.9.0
github.com/whyrusleeping/hellabot v0.0.0-20220131094808-3d595078da57
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1
)
require (
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/go-test/deep v1.0.7 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
golang.org/x/sys v0.31.0 // indirect
gopkg.in/sorcix/irc.v2 v2.0.0-20200812151606-3f15758ea8c7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.24