Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/gruntwork-io/terratest from 0.30.15 to 0.32.9 #62

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,47 +15,47 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0
github.com/go-kit/kit v0.10.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/logr v0.2.0
github.com/go-logr/zapr v0.1.1
github.com/gogo/protobuf v1.3.2
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/gruntwork-io/terratest v0.30.15
github.com/gruntwork-io/terratest v0.32.9
github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69
github.com/kelseyhightower/envconfig v1.4.0
github.com/kumahq/kuma/api v0.0.0-00010101000000-000000000000
github.com/kumahq/kuma/pkg/plugins/resources/k8s/native v0.0.0-00010101000000-000000000000
github.com/kumahq/kuma/pkg/transparentproxy/istio v0.0.0-00010101000000-000000000000
github.com/lib/pq v1.9.0
github.com/miekg/dns v1.1.38
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
github.com/miekg/dns v1.1.40
github.com/onsi/ginkgo v1.15.1
github.com/onsi/gomega v1.11.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.15.0
github.com/prometheus/common v0.18.0
github.com/prometheus/prometheus v0.0.0-00010101000000-000000000000
github.com/sethvargo/go-retry v0.1.0
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
github.com/slok/go-http-metrics v0.9.0
github.com/spf13/cobra v1.0.0
github.com/spiffe/go-spiffe v0.0.0-20190820222348-6adcf1eecbcc
github.com/spiffe/spire v0.12.0
github.com/spiffe/spire v0.12.1
github.com/spiffe/spire/proto/spire v0.12.0 // indirect
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.13.0
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
golang.org/x/tools v0.0.0-20210111221946-d33bae441459 // indirect
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3
google.golang.org/grpc v1.35.0
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.3.4
k8s.io/api v0.18.14
k8s.io/api v0.19.3
k8s.io/apiextensions-apiserver v0.18.8
k8s.io/apimachinery v0.18.14
k8s.io/apimachinery v0.19.3
k8s.io/client-go v10.0.0+incompatible
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
sigs.k8s.io/controller-runtime v0.6.4
Expand Down
Loading