Skip to content

Commit 9bf5f6d

Browse files
authored
Update all the dependencies (#306)
* Update all the dependencies * tidy
1 parent b7b687b commit 9bf5f6d

File tree

3 files changed

+100
-575
lines changed

3 files changed

+100
-575
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orbs:
77
executors:
88
golang-exec:
99
docker:
10-
- image: cimg/go:1.18
10+
- image: cimg/go:1.19
1111

1212
references:
1313
e2e_config: &e2e_config
@@ -29,14 +29,14 @@ references:
2929
command: |
3030
apk --update add curl yq
3131
cd /tmp
32-
curl -LO https://releases.hashicorp.com/vault/1.9.3/vault_1.9.3_linux_amd64.zip
33-
unzip vault_1.9.3_linux_amd64.zip
32+
curl -LO https://releases.hashicorp.com/vault/1.9.10/vault_1.9.10_linux_amd64.zip
33+
unzip vault_1.9.10_linux_amd64.zip
3434
mv vault /usr/bin/vault
3535
jobs:
3636
test:
3737
working_directory: /home/circleci/go/src/github.com/fairwindsops/rbac-lookup
3838
docker:
39-
- image: cimg/go:1.18
39+
- image: cimg/go:1.19
4040
environment:
4141
GO111MODULE: "on"
4242
steps:
@@ -47,7 +47,7 @@ jobs:
4747
working_directory: /go/src/github.com/fairwindsops/rbac-lookup
4848
resource_class: large
4949
docker:
50-
- image: goreleaser/goreleaser:v1.10.3
50+
- image: goreleaser/goreleaser:v1.13.1
5151
steps:
5252
- checkout
5353
- setup_remote_docker
@@ -59,7 +59,7 @@ jobs:
5959
resource_class: large
6060
working_directory: /go/src/github.com/fairwindsops/rbac-lookup
6161
docker:
62-
- image: goreleaser/goreleaser:v1.10.3
62+
- image: goreleaser/goreleaser:v1.13.1
6363
steps:
6464
- checkout
6565
- setup_remote_docker

go.mod

+30-28
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,46 @@
11
module github.com/fairwindsops/rbac-lookup
22

3-
go 1.18
3+
go 1.19
44

55
require (
6-
github.com/spf13/cobra v1.5.0
7-
github.com/stretchr/testify v1.8.0
8-
golang.org/x/net v0.0.0-20220812174116-3211cb980234
9-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
10-
google.golang.org/api v0.94.0
11-
k8s.io/api v0.25.0
12-
k8s.io/apimachinery v0.25.0
13-
k8s.io/client-go v0.25.0
6+
github.com/spf13/cobra v1.6.1
7+
github.com/stretchr/testify v1.8.1
8+
golang.org/x/net v0.4.0
9+
golang.org/x/oauth2 v0.3.0
10+
google.golang.org/api v0.104.0
11+
k8s.io/api v0.25.4
12+
k8s.io/apimachinery v0.25.4
13+
k8s.io/client-go v0.25.4
1414
)
1515

1616
require (
17-
cloud.google.com/go/compute v1.8.0 // indirect
17+
cloud.google.com/go/compute v1.14.0 // indirect
18+
cloud.google.com/go/compute/metadata v0.2.2 // indirect
1819
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
1920
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
2021
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
2122
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
2223
github.com/Azure/go-autorest/logger v0.2.1 // indirect
2324
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
2425
github.com/davecgh/go-spew v1.1.1 // indirect
25-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
26+
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
2627
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
2728
github.com/go-logr/logr v1.2.3 // indirect
2829
github.com/go-openapi/jsonpointer v0.19.5 // indirect
2930
github.com/go-openapi/jsonreference v0.20.0 // indirect
30-
github.com/go-openapi/swag v0.22.1 // indirect
31+
github.com/go-openapi/swag v0.22.3 // indirect
3132
github.com/gogo/protobuf v1.3.2 // indirect
32-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
33+
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
3334
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3435
github.com/golang/protobuf v1.5.2 // indirect
3536
github.com/google/gnostic v0.6.9 // indirect
37+
github.com/google/go-cmp v0.5.9 // indirect
3638
github.com/google/gofuzz v1.2.0 // indirect
3739
github.com/google/uuid v1.3.0 // indirect
38-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
39-
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
40+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
41+
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
4042
github.com/imdario/mergo v0.3.13 // indirect
41-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
43+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4244
github.com/josharian/intern v1.0.0 // indirect
4345
github.com/json-iterator/go v1.1.12 // indirect
4446
github.com/mailru/easyjson v0.7.7 // indirect
@@ -48,23 +50,23 @@ require (
4850
github.com/pkg/errors v0.9.1 // indirect
4951
github.com/pmezard/go-difflib v1.0.0 // indirect
5052
github.com/spf13/pflag v1.0.5 // indirect
51-
go.opencensus.io v0.23.0 // indirect
52-
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
53-
golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 // indirect
54-
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
55-
golang.org/x/text v0.3.7 // indirect
56-
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
53+
go.opencensus.io v0.24.0 // indirect
54+
golang.org/x/crypto v0.4.0 // indirect
55+
golang.org/x/sys v0.3.0 // indirect
56+
golang.org/x/term v0.3.0 // indirect
57+
golang.org/x/text v0.5.0 // indirect
58+
golang.org/x/time v0.3.0 // indirect
5759
google.golang.org/appengine v1.6.7 // indirect
58-
google.golang.org/genproto v0.0.0-20220817144833-d7fd3f11b9b1 // indirect
59-
google.golang.org/grpc v1.48.0 // indirect
60+
google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6 // indirect
61+
google.golang.org/grpc v1.51.0 // indirect
6062
google.golang.org/protobuf v1.28.1 // indirect
6163
gopkg.in/inf.v0 v0.9.1 // indirect
6264
gopkg.in/yaml.v2 v2.4.0 // indirect
6365
gopkg.in/yaml.v3 v3.0.1 // indirect
64-
k8s.io/klog/v2 v2.70.1 // indirect
65-
k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
66-
k8s.io/utils v0.0.0-20220812165043-ad590609e2e5 // indirect
67-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
66+
k8s.io/klog/v2 v2.80.1 // indirect
67+
k8s.io/kube-openapi v0.0.0-20221205233837-bacb3aba404b // indirect
68+
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
69+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
6870
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
6971
sigs.k8s.io/yaml v1.3.0 // indirect
7072
)

0 commit comments

Comments
 (0)