-
Notifications
You must be signed in to change notification settings - Fork 83
/
go.mod
22 lines (20 loc) · 965 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
module github.com/opencontrol/compliance-masonry
go 1.15
require (
github.com/Masterminds/vcs v1.13.1
github.com/blang/semver v1.1.1-0.20200524153540-4487282d7812
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/set v0.2.1
github.com/fvbommel/sortorder v1.0.1
github.com/onsi/ginkgo v1.14.1-0.20200812193004-f49cf5da3a2f
github.com/onsi/gomega v1.10.2-0.20200811195334-990941a380b2
github.com/spf13/cobra v1.0.1-0.20200823174541-9ed1d713d619
github.com/spf13/pflag v1.0.6-0.20200504143853-81378bbcd8a1 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
github.com/tg/gosortmap v0.0.0-20190425101757-4b9ddc7c3a61
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
golang.org/x/text v0.3.4-0.20200821135104-79eda68eebff // indirect
gopkg.in/yaml.v2 v2.3.1-0.20200602174213-b893565b90ca
)