-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 825 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 825 Bytes
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
module github.com/ronaksoft/ronydesc
go 1.17
require (
github.com/go-openapi/inflect v0.19.0
github.com/goccy/go-json v0.9.4
github.com/ronaksoft/ronykit v0.0.0-20220118130138-3f69fbd469be
github.com/spf13/cobra v1.3.0
)
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/getsentry/sentry-go v0.12.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/ronaksoft/golog v0.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.32.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
)