-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
31 lines (27 loc) · 1023 Bytes
/
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
module github.com/tryfix/schemaregistry/v2
go 1.22.0
toolchain go1.23.1
require (
github.com/hamba/avro/v2 v2.27.0
github.com/olekukonko/tablewriter v0.0.5
github.com/riferrei/srclient v0.7.1
github.com/tryfix/errors v1.0.0
github.com/tryfix/log v1.4.0
google.golang.org/protobuf v1.35.2
)
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/linkedin/goavro/v2 v2.12.0 // indirect
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)