-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (38 loc) · 1.53 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
35
36
37
38
39
40
41
module github.com/shopwarelabs/jira-issue-bot
go 1.20
require (
github.com/MadAppGang/httplog v1.3.0
github.com/bradleyfalzon/ghinstallation/v2 v2.2.0
github.com/caarlos0/env/v6 v6.10.1
github.com/google/go-github/v50 v50.1.0
github.com/joho/godotenv v1.5.1
github.com/opensearch-project/opensearch-go/v2 v2.2.0
github.com/samber/lo v1.37.0
github.com/slack-go/slack v0.12.1
github.com/spf13/cobra v1.6.1
github.com/steinfletcher/apitest v1.5.14
github.com/subosito/gotenv v1.4.2
github.com/writeas/go-strip-markdown v2.0.1+incompatible
go.uber.org/zap v1.24.0
)
require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)