Skip to content

Commit

Permalink
Update tsuru client version
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsa committed Dec 13, 2021
1 parent 427cc2f commit a923332
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 374 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.15
require (
cloud.google.com/go/storage v1.14.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
github.com/antihax/optional v1.0.0
github.com/aws/aws-sdk-go v1.38.12 // indirect
github.com/fatih/color v1.10.0 // indirect
Expand All @@ -15,21 +14,20 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
github.com/hashicorp/terraform-plugin-docs v0.5.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/klauspost/compress v1.11.13 // indirect
github.com/labstack/echo/v4 v4.2.0
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.0
github.com/stretchr/testify v1.7.0
github.com/tsuru/go-tsuruclient v0.0.0-20210524131825-8734dc64dd91
github.com/tsuru/go-tsuruclient v0.0.0-20211213213525-0d2868229cfd
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/zclconf/go-cty v1.9.1 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
google.golang.org/api v0.45.0 // indirect
google.golang.org/genproto v0.0.0-20210423144448-3a41ef94ed2b // indirect
istio.io/pkg v0.0.0-20210219215147-6639dbf1271c
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/apimachinery v0.20.4
)
Loading

0 comments on commit a923332

Please sign in to comment.