-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.02 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
module github.com/wehmoen-dev/ronin-buddy
go 1.22
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
github.com/ethereum/go-ethereum v1.14.8
github.com/getsentry/sentry-go v0.28.1
github.com/go-playground/validator/v10 v10.22.0
github.com/go-resty/resty/v2 v2.15.2
github.com/google/go-github/v64 v64.0.0
github.com/sethvargo/go-githubactions v1.3.0
github.com/slack-go/slack v0.14.0
)
require (
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/google/go-github/v62 v62.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/holiman/uint256 v1.3.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
)