-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 996 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 996 Bytes
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/vertexbox/github-translation-bot
go 1.24.2
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
github.com/cbrgm/githubevents/v2 v2.5.0
github.com/cloudevents/sdk-go/v2 v2.16.1
github.com/detectlanguage/detectlanguage-go v1.0.1
github.com/google/go-github/v73 v73.0.0
github.com/redis/go-redis/v9 v9.11.0
go.uber.org/zap v1.27.0
golang.org/x/oauth2 v0.30.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
github.com/google/go-github/v72 v72.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sync v0.15.0 // indirect
)