-
Notifications
You must be signed in to change notification settings - Fork 78
/
go.mod
49 lines (46 loc) · 2.08 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/geofffranks/spruce
go 1.22
require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.55.5
github.com/cloudfoundry-community/vaultkv v0.7.0
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/ytbx v1.4.4
github.com/homeport/dyff v1.9.0
github.com/mattn/go-isatty v0.0.20
github.com/smartystreets/goconvey v1.8.1
github.com/starkandwayne/goutils v0.0.0-20190115202530-896b8a6904be
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2
github.com/ziutek/utils v0.0.0-20190626152656-eb2a3b364d6c
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/gonvenience/bunt v1.3.5 // indirect
github.com/gonvenience/neat v1.3.13 // indirect
github.com/gonvenience/term v1.0.2 // indirect
github.com/gonvenience/text v1.0.7 // indirect
github.com/gonvenience/wrap v1.2.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/hashicorp/cap v0.7.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.1.0 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/smarty/assertions v1.16.0 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.22.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)