-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
34 lines (31 loc) · 1.27 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
29
30
31
32
33
34
module github.com/pyama86/github-actions-trigger-bot
go 1.23.2
require (
github.com/caarlos0/env/v6 v6.10.1
github.com/go-redis/redis/v8 v8.11.5
github.com/google/go-github/v36 v36.0.0
github.com/joho/godotenv v1.5.1
github.com/jrallison/go-workers v0.0.0-20180112190529-dbf81d0b75bb
github.com/k0kubun/pp v3.0.1+incompatible
github.com/sirupsen/logrus v1.9.3
github.com/slack-go/slack v0.15.0
github.com/thoas/go-funk v0.9.3
golang.org/x/oauth2 v0.24.0
)
require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/customerio/gospec v0.0.0-20130710230057-a5cc0e48aa39 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/garyburd/redigo v1.6.2 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)