Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit eeb1cd1

Browse files
Bump k8s.io/api from 0.26.3 to 0.27.1
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.26.3 to 0.27.1. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](kubernetes/api@v0.26.3...v0.27.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e045138 commit eeb1cd1

File tree

2 files changed

+639
-68
lines changed

2 files changed

+639
-68
lines changed

go.mod

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,58 @@ module github.com/triggermesh/scoby-hook-triggermesh
33
go 1.20
44

55
require (
6+
github.com/alecthomas/kong v0.7.1
7+
github.com/aws/aws-sdk-go v1.44.245
8+
github.com/google/go-cmp v0.5.9
9+
github.com/google/uuid v1.3.0
10+
github.com/stretchr/testify v1.8.2
11+
github.com/triggermesh/scoby v0.0.0-20230418143237-9fb44a3ccf56
12+
github.com/triggermesh/triggermesh v1.24.4
613
go.uber.org/automaxprocs v1.5.2
714
go.uber.org/zap v1.24.0
8-
k8s.io/api v0.26.1
15+
k8s.io/api v0.27.1
916
k8s.io/apimachinery v0.27.1
10-
k8s.io/client-go v0.26.1
17+
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
1118
knative.dev/networking v0.0.0-20221012062251-58f3e6239b4f
1219
knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0
1320
knative.dev/serving v0.35.3
1421
sigs.k8s.io/yaml v1.3.0
1522
)
1623

1724
require (
18-
cloud.google.com/go v0.98.0 // indirect
25+
cloud.google.com/go/compute v1.14.0 // indirect
26+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
1927
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
20-
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
21-
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
28+
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
29+
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
2230
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
2331
github.com/Azure/go-autorest/logger v0.2.1 // indirect
2432
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
25-
github.com/alecthomas/kong v0.7.1 // indirect
26-
github.com/aws/aws-sdk-go v1.44.245 // indirect
2733
github.com/blendle/zapdriver v1.3.1 // indirect
2834
github.com/davecgh/go-spew v1.1.1 // indirect
29-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
35+
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
3036
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
3137
github.com/go-logr/logr v1.2.4 // indirect
32-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
33-
github.com/go-openapi/jsonreference v0.20.1 // indirect
34-
github.com/go-openapi/swag v0.22.3 // indirect
3538
github.com/gogo/protobuf v1.3.2 // indirect
36-
github.com/golang-jwt/jwt/v4 v4.3.0 // indirect
39+
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
3740
github.com/golang/protobuf v1.5.3 // indirect
3841
github.com/google/gnostic v0.5.7-v3refs // indirect
39-
github.com/google/go-cmp v0.5.9 // indirect
4042
github.com/google/go-containerregistry v0.8.1-0.20220414143355-892d7a808387 // indirect
4143
github.com/google/gofuzz v1.2.0 // indirect
42-
github.com/google/uuid v1.3.0 // indirect
44+
github.com/gophercloud/gophercloud v1.3.0 // indirect
4345
github.com/imdario/mergo v0.3.12 // indirect
4446
github.com/jmespath/go-jmespath v0.4.0 // indirect
45-
github.com/josharian/intern v1.0.0 // indirect
4647
github.com/json-iterator/go v1.1.12 // indirect
47-
github.com/mailru/easyjson v0.7.7 // indirect
4848
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4949
github.com/modern-go/reflect2 v1.0.2 // indirect
50-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5150
github.com/pkg/errors v0.9.1 // indirect
5251
github.com/pmezard/go-difflib v1.0.0 // indirect
5352
github.com/spf13/pflag v1.0.5 // indirect
54-
github.com/stretchr/testify v1.8.2 // indirect
55-
github.com/triggermesh/scoby v0.0.0-20230418143237-9fb44a3ccf56 // indirect
5653
go.uber.org/atomic v1.9.0 // indirect
57-
go.uber.org/multierr v1.6.0 // indirect
58-
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
54+
go.uber.org/multierr v1.7.0 // indirect
55+
golang.org/x/crypto v0.1.0 // indirect
5956
golang.org/x/net v0.8.0 // indirect
60-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
57+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
6158
golang.org/x/sys v0.6.0 // indirect
6259
golang.org/x/term v0.6.0 // indirect
6360
golang.org/x/text v0.8.0 // indirect
@@ -68,9 +65,11 @@ require (
6865
gopkg.in/inf.v0 v0.9.1 // indirect
6966
gopkg.in/yaml.v2 v2.4.0 // indirect
7067
gopkg.in/yaml.v3 v3.0.1 // indirect
68+
k8s.io/klog v1.0.0 // indirect
7169
k8s.io/klog/v2 v2.90.1 // indirect
7270
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
7371
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
72+
knative.dev/eventing v0.31.1-0.20220523181303-c3e13967001f // indirect
7473
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
7574
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
7675
)

0 commit comments

Comments
 (0)