forked from geofffranks/spruce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.4 KB
/
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
module github.com/geofffranks/spruce
go 1.15
require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.31.4
github.com/cloudfoundry-community/vaultkv v0.0.0-20200311151509-343c0e6fc506
github.com/cppforlife/go-patch v0.2.0
github.com/geofffranks/simpleyaml v0.0.0-20161109204137-c9320f076de5
github.com/geofffranks/yaml v0.0.0-20161117152608-9f2fe4b6f295
github.com/gonvenience/neat v1.3.0 // indirect
github.com/gonvenience/ytbx v1.2.2
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/homeport/dyff v1.0.2
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/starkandwayne/goutils v0.0.0-20190115202530-896b8a6904be
github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6 // indirect
github.com/voxelbrain/goptions v0.0.0-20151102231003-26cb8b046923
github.com/ziutek/utils v0.0.0-20190626152656-eb2a3b364d6c
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect
)