Skip to content

Commit

Permalink
Update golang version, client-go and elasticsearch client dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed Jun 16, 2021
1 parent 783ee20 commit 6dfe38e
Show file tree
Hide file tree
Showing 1,822 changed files with 155,016 additions and 16,740 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
golang-version: [1.14, 1.15]
golang-version: [1.15, 1.16]
image-versions:
- kindest/node:v1.21.0
- kindest/node:v1.20.0
- kindest/node:v1.19.0
- kindest/node:v1.18.0
- kindest/node:v1.17.0
steps:

- name: Set up Go 1.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/

- name: Set up Go 1.14
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
id: go

- name: Run GoReleaser
Expand Down
23 changes: 8 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
module github.com/cloud-bulldozer/kube-burner

go 1.14
go 1.16

require (
github.com/elastic/go-elasticsearch/v7 v7.8.0
github.com/google/go-cmp v0.5.1 // indirect
github.com/elastic/go-elasticsearch/v7 v7.13.1
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.10 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.11.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
github.com/spf13/cobra v1.1.3
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.19.6
k8s.io/apimachinery v0.19.6
k8s.io/client-go v0.19.6
k8s.io/klog/v2 v2.3.0 // indirect
k8s.io/kubectl v0.19.6
k8s.io/utils v0.0.0-20200731180307-f00132d28269 // indirect
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
k8s.io/kubectl v0.21.1
)
354 changes: 253 additions & 101 deletions go.sum

Large diffs are not rendered by default.

425 changes: 0 additions & 425 deletions vendor/github.com/docker/spdystream/LICENSE.docs

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/docker/spdystream/handlers.go

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/docker/spdystream/utils.go

This file was deleted.

3 changes: 3 additions & 0 deletions vendor/github.com/elastic/go-elasticsearch/v7/.gitignore

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

22 changes: 0 additions & 22 deletions vendor/github.com/elastic/go-elasticsearch/v7/Dockerfile

This file was deleted.

0 comments on commit 6dfe38e

Please sign in to comment.