-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
44 lines (40 loc) · 1.6 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
43
44
module github.com/mocha-bot/donut
go 1.21.0
require (
buf.build/gen/go/mocha/remcall/protocolbuffers/go v1.31.0-20231209063154-4f8472b3e8fa.2
connectrpc.com/connect v1.12.0
github.com/caarlos0/env/v6 v6.10.1
github.com/rs/zerolog v1.31.0
golang.org/x/net v0.17.0
google.golang.org/protobuf v1.31.0
gorm.io/driver/mysql v1.5.2
gorm.io/driver/postgres v1.5.4
gorm.io/gorm v1.25.5
)
require (
github.com/avito-tech/go-transaction-manager/trm/v2 v2.0.0-rc7 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/stretchr/testify v1.8.3 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/sync v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
)
require (
buf.build/gen/go/mocha/remcall/connectrpc/go v1.12.0-20231209063154-4f8472b3e8fa.1
github.com/avito-tech/go-transaction-manager/drivers/gorm/v2 v2.0.0-rc7
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/google/uuid v1.4.0
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.5.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.14.0 // indirect
)