From 64cd1fb8ec7b241cb7024bbe077550505cb018fa Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 18 Jun 2021 16:26:18 +0000 Subject: [PATCH] release v1.28.0 --- ci/release_notes.md | 17 ----------------- go.mod | 1 + go.sum | 6 ++++++ vendor/modules.txt | 23 ----------------------- 4 files changed, 7 insertions(+), 40 deletions(-) delete mode 100644 ci/release_notes.md diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index 4ef45e8f..00000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,17 +0,0 @@ -# New Features - -- Spruce now has a `(( stringify ))` operator! It can turn - arbitrary yaml datapoints into multi-line strings of yaml data, so you can - merge your yaml, and eat it too. - - Check out https://github.com/geofffranks/spruce/blob/master/doc/operators.md#-stringify- - for more details - -# Updates - -- spruce is now built with golang 1.15 -- various depndency updates and changes to the ci build process - -# Acknowledgements - -This release has been brought to you by @isibeni and @HeavyWombat. Thanks for the features! diff --git a/go.mod b/go.mod index 1e4ca72e..7ea31106 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,7 @@ require ( 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 diff --git a/go.sum b/go.sum index 9721ca99..eb6c56aa 100644 --- a/go.sum +++ b/go.sum @@ -45,6 +45,8 @@ github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 h1:l5lAOZEym3oK3 github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= +github.com/hashicorp/go-version v1.0.0 h1:21MVWPKDphxa7ineQQTrCU5brh7OuVVAzGOCnnCPtE8= +github.com/hashicorp/go-version v1.0.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/homeport/dyff v1.0.2 h1:BlqDugM0NmgmYbjGrZKIp3f2Okyff/o/zp+sJ9p4sjE= github.com/homeport/dyff v1.0.2/go.mod h1:Qewf84pDql49nJwrK/aHzj+nDBNiKwLHZEDeyoFeixg= @@ -73,8 +75,12 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936/go.mod h1:r1VsdOzOPt1ZSrGZWFoNhsAedKnEd6r9Np1+5blZCWk= github.com/mitchellh/go-ps v1.0.0 h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc= github.com/mitchellh/go-ps v1.0.0/go.mod h1:J4lOc8z8yJs6vUwklHw2XEIiT4z4C40KtWVN3nvg8Pg= +github.com/mitchellh/gox v1.0.1 h1:x0jD3dcHk9a9xPSDN6YEL4xL6Qz0dvNYm8yZqui5chI= +github.com/mitchellh/gox v1.0.1/go.mod h1:ED6BioOGXMswlXa2zxfh/xdd5QhwYliBFn9V18Ap4z4= github.com/mitchellh/hashstructure v1.0.0 h1:ZkRJX1CyOoTkar7p/mLS5TZU4nJ1Rn/F8u9dGS02Q3Y= github.com/mitchellh/hashstructure v1.0.0/go.mod h1:QjSHrPWS+BGUVBYkbTZWEnOh3G1DutKwClXU/ABz6AQ= +github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY= +github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= diff --git a/vendor/modules.txt b/vendor/modules.txt index 6e071266..99d94a25 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,10 +1,8 @@ # github.com/BurntSushi/toml v0.3.1 github.com/BurntSushi/toml # github.com/Knetic/govaluate v3.0.0+incompatible -## explicit github.com/Knetic/govaluate # github.com/aws/aws-sdk-go v1.31.4 -## explicit github.com/aws/aws-sdk-go/aws github.com/aws/aws-sdk-go/aws/awserr github.com/aws/aws-sdk-go/aws/awsutil @@ -46,21 +44,16 @@ github.com/aws/aws-sdk-go/service/ssm/ssmiface github.com/aws/aws-sdk-go/service/sts github.com/aws/aws-sdk-go/service/sts/stsiface # github.com/cloudfoundry-community/vaultkv v0.0.0-20200311151509-343c0e6fc506 -## explicit github.com/cloudfoundry-community/vaultkv # github.com/cppforlife/go-patch v0.2.0 -## explicit github.com/cppforlife/go-patch/patch # github.com/geofffranks/simpleyaml v0.0.0-20161109204137-c9320f076de5 -## explicit github.com/geofffranks/simpleyaml # github.com/geofffranks/yaml v0.0.0-20161117152608-9f2fe4b6f295 -## explicit github.com/geofffranks/yaml # github.com/gonvenience/bunt v1.1.1 github.com/gonvenience/bunt # github.com/gonvenience/neat v1.3.0 -## explicit github.com/gonvenience/neat # github.com/gonvenience/term v1.0.0 github.com/gonvenience/term @@ -69,13 +62,10 @@ github.com/gonvenience/text # github.com/gonvenience/wrap v1.1.0 github.com/gonvenience/wrap # github.com/gonvenience/ytbx v1.2.2 -## explicit github.com/gonvenience/ytbx # github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 -## explicit github.com/gopherjs/gopherjs/js # github.com/homeport/dyff v1.0.2 -## explicit github.com/homeport/dyff/pkg/dyff # github.com/jmespath/go-jmespath v0.3.0 github.com/jmespath/go-jmespath @@ -86,55 +76,42 @@ github.com/lucasb-eyer/go-colorful # github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 github.com/mattn/go-ciede2000 # github.com/mattn/go-isatty v0.0.12 -## explicit github.com/mattn/go-isatty # github.com/mitchellh/go-ps v1.0.0 -## explicit github.com/mitchellh/go-ps # github.com/mitchellh/hashstructure v1.0.0 github.com/mitchellh/hashstructure # github.com/sergi/go-diff v1.1.0 github.com/sergi/go-diff/diffmatchpatch # github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 -## explicit github.com/smartystreets/assertions github.com/smartystreets/assertions/internal/go-diff/diffmatchpatch github.com/smartystreets/assertions/internal/go-render/render github.com/smartystreets/assertions/internal/oglematchers # github.com/smartystreets/goconvey v1.6.4 -## explicit github.com/smartystreets/goconvey/convey github.com/smartystreets/goconvey/convey/gotest github.com/smartystreets/goconvey/convey/reporting # github.com/starkandwayne/goutils v0.0.0-20190115202530-896b8a6904be -## explicit github.com/starkandwayne/goutils/ansi github.com/starkandwayne/goutils/tree # github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6 -## explicit github.com/texttheater/golang-levenshtein/levenshtein # github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 github.com/virtuald/go-ordered-json # github.com/voxelbrain/goptions v0.0.0-20151102231003-26cb8b046923 -## explicit github.com/voxelbrain/goptions # github.com/ziutek/utils v0.0.0-20190626152656-eb2a3b364d6c -## explicit github.com/ziutek/utils/netaddr # golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 -## explicit golang.org/x/crypto/ssh/terminal # golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a -## explicit golang.org/x/sync/syncmap # golang.org/x/sys v0.0.0-20200523222454-059865788121 -## explicit golang.org/x/sys/internal/unsafeheader golang.org/x/sys/unix golang.org/x/sys/windows # gopkg.in/yaml.v2 v2.3.0 -## explicit gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 -## explicit gopkg.in/yaml.v3