-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.6 KB
/
go.mod
File metadata and controls
41 lines (38 loc) · 1.6 KB
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
module github.com/hell-kitchen/tags
go 1.20
require (
github.com/google/uuid v1.6.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/hell-kitchen/pkg/confita v0.0.0-20240216101713-dd9a826b0234
github.com/hell-kitchen/pkg/grpcmw v0.0.0-20240224192358-2314a7498685
github.com/hell-kitchen/pkg/logger v0.0.0-20240221165412-55c3ffe0b26d
github.com/hell-kitchen/pkg/postgres v0.0.0-20240216193337-3b3326857bf4
github.com/jackc/pgx/v5 v5.5.3
github.com/stretchr/testify v1.8.4
go.uber.org/fx v1.20.1
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.62.0
google.golang.org/protobuf v1.32.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/heetch/confita v0.10.0 // indirect
github.com/hell-kitchen/pkg/retry v0.0.0-20240216101713-dd9a826b0234 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/pgx-zap v0.0.0-20221202020421-94b1cb2f889f // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vgarvardt/pgx-google-uuid/v5 v5.0.0 // indirect
go.uber.org/dig v1.17.1 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)