Skip to content

Commit

Permalink
update go version and module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dandersonsw authored and geofffranks committed Aug 7, 2024
1 parent 039c45e commit 02ddb38
Show file tree
Hide file tree
Showing 527 changed files with 78,689 additions and 24,217 deletions.
36 changes: 20 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,45 +1,49 @@
module github.com/geofffranks/spruce

go 1.18
go 1.22

require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.40.54
github.com/cloudfoundry-community/vaultkv v0.6.0
github.com/aws/aws-sdk-go v1.55.3
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.5.6
github.com/mattn/go-isatty v0.0.16
github.com/smartystreets/goconvey v1.7.2
github.com/homeport/dyff v1.8.1
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.2.1 // indirect
github.com/gonvenience/bunt v1.3.4 // indirect
github.com/gonvenience/neat v1.3.11 // indirect
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.1.2 // indirect
github.com/gonvenience/wrap v1.2.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/hashicorp/cap v0.6.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.2.0 // indirect
github.com/smartystreets/assertions v1.13.0 // indirect
github.com/stretchr/testify v1.8.1 // 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.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.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
)
185 changes: 144 additions & 41 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 54 additions & 43 deletions vendor/github.com/BurntSushi/toml/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 02ddb38

Please sign in to comment.