-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (34 loc) · 1.21 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
module github.com/oxisto/money-gopher
go 1.22.1
require (
connectrpc.com/connect v1.16.2
connectrpc.com/vanguard v0.3.0
github.com/MicahParks/keyfunc/v3 v3.3.10
github.com/fatih/color v1.18.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/lmittmann/tint v1.0.6
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-sqlite3 v1.14.24
github.com/oxisto/assert v0.1.2
github.com/oxisto/oauth2go v0.14.0
github.com/pressly/goose/v3 v3.24.0
github.com/urfave/cli/v3 v3.0.0-beta1
golang.org/x/net v0.33.0
golang.org/x/text v0.21.0
google.golang.org/protobuf v1.36.2
)
require github.com/google/go-cmp v0.6.0 // indirect
require (
github.com/MicahParks/jwkset v0.8.0 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/time v0.9.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241230172942-26aa7a208def
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
)