-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.46 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
42
module gluttony
go 1.21.8
require (
connectrpc.com/connect v1.14.0
connectrpc.com/cors v0.1.0
github.com/adrg/xdg v0.4.0
github.com/alexedwards/argon2id v1.0.0
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.5.5
github.com/knadh/koanf/providers/env v0.1.0
github.com/knadh/koanf/v2 v2.1.0
github.com/magefile/mage v1.15.0
github.com/peterldowns/pgtestdb v0.0.14
github.com/peterldowns/pgtestdb/migrators/goosemigrator v0.0.14
github.com/pressly/goose/v3 v3.19.2
github.com/rs/cors v1.10.1
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/net v0.20.0
golang.org/x/sync v0.6.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7
google.golang.org/protobuf v1.32.0
)
require (
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
)