-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
25 lines (22 loc) · 750 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
module github.com/gocomply/oscalkit
require (
github.com/davecgh/go-spew v1.1.1
github.com/google/uuid v1.6.0
github.com/markbates/pkger v0.17.1
github.com/pmezard/go-difflib v1.0.0
github.com/santhosh-tekuri/jsonschema v1.2.4
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli v1.22.15
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/gobuffalo/here v0.6.0 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)
go 1.19