Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1093 from laverya/update-masterminds-sprig
Browse files Browse the repository at this point in the history
update sprig to a go modules compatible version
  • Loading branch information
laverya committed Dec 11, 2019
2 parents a45e9b6 + 93e4ff7 commit 45a17f8
Show file tree
Hide file tree
Showing 167 changed files with 50,304 additions and 36,698 deletions.
18 changes: 7 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require (
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e // indirect
github.com/Masterminds/semver v1.4.2
github.com/Masterminds/sprig v2.16.0+incompatible
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/Masterminds/sprig/v3 v3.0.1
github.com/Microsoft/go-winio v0.4.7 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/PuerkitoBio/purell v1.1.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/aokoli/goutils v1.0.1 // indirect
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/armon/go-radix v0.0.0-20170727155443-1fca145dffbc // indirect
github.com/asaskevich/govalidator v0.0.0-20180315120708-ccb8e960c48f // indirect
Expand Down Expand Up @@ -49,15 +49,13 @@ require (
github.com/go-stack/stack v1.8.0
github.com/go-test/deep v1.0.1
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/mock v1.3.1
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/golangci/golangci-lint v1.20.0 // indirect
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/google/go-github/v18 v18.0.0
github.com/google/go-querystring v1.0.0
github.com/google/uuid v1.1.0 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20190601041439-ed7b1b5ee0f8 // indirect
github.com/gosuri/uitable v0.0.0-20160404203958-36ee7e946282
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001
Expand All @@ -66,17 +64,15 @@ require (
github.com/hashicorp/hcl2 v0.0.0-20181001210626-3e4b7e0eb20e // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform v0.11.14
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/mailru/easyjson v0.0.0-20180723221831-d5012789d665 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mcuadros/go-jsonschema-generator v0.0.0-20171001215842-821f57ef6082
github.com/mholt/archiver v0.0.0-20180417220235-e4ef56d48eb0
github.com/mitchellh/cli v0.0.0-20180316190330-b068abc08c99
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect
Expand All @@ -97,6 +93,7 @@ require (
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/technosophos/moniker v0.0.0-20180509230615-a5dbd03a2245 // indirect
Expand All @@ -105,19 +102,18 @@ require (
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/dig v1.7.0
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/oauth2 v0.0.0-20181120190819-8f65e3013eba
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/tools v0.0.0-20191210200704-1bcf67c9cb49 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.3.0 // indirect
google.golang.org/grpc v1.21.0
gopkg.in/gorp.v1 v1.7.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/laverya/yaml.v3 v3.0.0-beta3
gopkg.in/square/go-jose.v2 v2.1.8 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
k8s.io/api v0.0.0-20190516230258-a675ac48af67 // indirect
k8s.io/apiextensions-apiserver v0.0.0-20190516231611-bf6753f2aa24 // indirect
Expand Down
168 changes: 13 additions & 155 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/helm/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"strings"
"text/template"

"github.com/Masterminds/sprig"
"github.com/Masterminds/sprig/v3"
"github.com/replicatedhq/ship/pkg/constants"
"google.golang.org/grpc/status"
yaml "gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion pkg/lifecycle/render/azureaks/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"text/template"

"github.com/Masterminds/sprig"
"github.com/Masterminds/sprig/v3"
"github.com/go-kit/kit/log"
multierror "github.com/hashicorp/go-multierror"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion pkg/lifecycle/render/googlegke/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path"
"text/template"

"github.com/Masterminds/sprig"
"github.com/Masterminds/sprig/v3"
"github.com/go-kit/kit/log"
multierror "github.com/hashicorp/go-multierror"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion pkg/templates/static_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"text/template"
"time"

"github.com/Masterminds/sprig"
"github.com/Masterminds/sprig/v3"
units "github.com/docker/go-units"
"github.com/go-kit/kit/log"
"github.com/go-kit/kit/log/level"
Expand Down
251 changes: 251 additions & 0 deletions vendor/github.com/Masterminds/goutils/cryptorandomstringutils.go

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

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

1 change: 1 addition & 0 deletions vendor/github.com/Masterminds/semver/v3/.gitignore

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

Loading

0 comments on commit 45a17f8

Please sign in to comment.