-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.08 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
module github.com/ozontech/framer
go 1.21
require (
github.com/alecthomas/kong v0.9.0
github.com/alecthomas/mango-kong v0.1.0
github.com/dustin/go-humanize v1.0.1
github.com/jhump/protoreflect v1.12.0
github.com/mailru/easyjson v0.7.7
github.com/stretchr/testify v1.9.0
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.27.0
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.52.0
google.golang.org/protobuf v1.34.2
)
require (
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/bufbuild/protocompile v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/muesli/mango v0.1.1-0.20220205060214-77e2058169ab // indirect
github.com/muesli/roff v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)