-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 664 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/kajf/bozr
go 1.19
require (
github.com/clbanning/mxj v1.8.4
github.com/fatih/color v1.12.0
github.com/google/go-cmp v0.2.0 // do no upgrade - breaks
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/pkg/errors v0.9.1
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
moul.io/http2curl v1.0.0
)
require (
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
)