-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·31 lines (28 loc) · 967 Bytes
/
go.mod
File metadata and controls
executable file
·31 lines (28 loc) · 967 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
29
30
31
module github.com/ccutch/congo
go 1.23.4
require (
github.com/digitalocean/godo v1.131.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.24
github.com/pkg/errors v0.9.1
github.com/sosedoff/gitkit v0.4.0
github.com/stripe/stripe-go/v81 v81.3.1
github.com/yuin/goldmark v1.7.8
golang.org/x/crypto v0.31.0
golang.org/x/oauth2 v0.23.0
golang.org/x/text v0.21.0
)
require (
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/time v0.6.0 // indirect
)