Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping k8s.io/utils e7106e6...18e509b:
  > 18e509b Merge pull request # 314 from thockin/pr-311-plus-thockin
  > d4aae2b Merge pull request # 311 from aroradaman/net-multi-listen
  > a1afdb7 Add multi-listener test for HTTP
  > fe8a2dd Merge pull request # 302 from logicalhan/set-tests
  > 27da63f net: add multi listener impl for net.Listener
  > 0849a56 Merge pull request # 301 from dgrisonnet/traces-verbosity
  > 8c89a86 add test coverage to set.go
  > 4693a02 Merge pull request # 306 from MadhavJivrajani/check-for-go-directive-bump
  > be5eaf9 trace: gate traces behind log level 2
  > b01eb69 .*: add presubmit check for verifying go directive changes
bumping golang.org/x/time 883aed5...5d9ef58:
  > 5d9ef58 LICENSE: update per Google Legal
bumping k8s.io/gengo f967bbe...a0386bf:
  > a0386bf Merge pull request # 267 from MadhavJivrajani/add-go-directive-verify
  > a8d1235 Merge pull request # 255 from TheSpiritXIII/parse-generics
  > 7d40e07 .*: add verify script for go directive changes
  > 9cff633 Merge pull request # 265 from longit644/master
  > 239d3d4 Support parsing type parameters
  > 51d4e06 Merge pull request # 262 from thockin/master
  > 2a31dd7 v2: Replace parallel arrays with array of objects in Signature.Parameters and Signature.Results
  > 00c4be8 Merge pull request # 261 from thockin/master
  > e4602e9 Drop go.mod version to 1.20
  > 471f57d Merge pull request # 259 from thockin/master
  > 1b5de37 Add 'ForTesting' to test-related function name
  > e7d5fc5 v2: Pass BuildTags in an Options struct
  > 3d3d421 Less impactful base-config injection
  > 483edb0 v2: s/Golang/Go/
  > bb7bd59 Allow tests to seed a packages.Config
  > 9d8f49d v2: verify script chdir to v2 root
  > f79cce5 Add a top-level 'make test' for v0 and v2
  > 008dc98 v2: Adapt PR 244 for v2
  > 780d761 v2: Only log it the first time a package is added
  > d43ccb5 v2: No need to check nil iterating Inputs
  > e246f57 v2: Rename SourcePath -> Dir
  > 4d1b815 v2: Rename Builder -> Parser
  > e08acb0 v2: Drop importPathString type
  > bb5d06d v2: Rename 'tc' import to 'gotypes'
  > d5e4a35 v2: Move utils from gengo/v2/types -> gengo/v2
  > 8679c27 v2: Remove now-unused FlattenMembers
  > 3446e13 v2: Get rid of the 'args' pkg
  > ccc4c0d v2: Get rid of CustomArgs entirely
  > b08ffa4 v2: Get rid of defaulter-gen (moved to k/k)
  > 8efa95a v2: Get rid of deepcopy-gen (moved to k/k)
  > 13c3e12 v2: Get rid of InputDirs flag - just use args
  > ea6ce31 v2: Drop test-files support
  > eb27a87 v2: Get rid of import-boss (moved to k/k)
  > f90bbd9 v2: Get rid of WithoutDefaultFlagParsing
  > c80e16a v2: Move go-header-file flag to each tool
  > e58ef8d v2: Remove verify-only - unused and untested
  > 292d08b v2: Move OutputFileBase flag to each tool
  > b02b6ab v2: Rename output-package -> output-pkg
  > 3d41cf4 v2: Make the OutputBase flag each tool's problem
  > 28180da v2: Type-assert CustomArgs blindly
  > be91502 v2: Rename DefaultGen -> GolangGenerator
  > 1d55203 v2: Rename Target.SourcePath() -> Dir()
  > 0f7c7f4 v2: Rename generator.Package -> Target
  > 08e97a3 v2: Drop `generator.Packages` type
  > 2a2caee v2: Rename DefaultPackage to SimplePackage
  > 97504d1 v2: Tighten the API to parser: args >> fields
  > 20e69f2 v2: Improve V(5) logging
  > 67e6f6a v2: Don't mkdir in verify mode
  > 5458972 v2: Use a type-switch in findTypesIn
  > c682af1 v2: Make comment handling easier to follow
  > 3d886b1 v2: Remove defunct trim-path-prefix
  > f06a6c1 v2: Remove unused functions
  > bb502ed v2: Deepcopy: Better logging
  > b291295 v2: Add a gengo/v2 README
  > a118b3d v2: Remove defunct references to "vendor"
  > 9b09b53 v2: Fix pointuh for v2
  > dceb5f1 v2: Fix kilroy for v2
  > 8cca9bb v2: Fix tracer for v2
  > ec9c476 v2: Fix import-boss for v2
  > d4d7c3c v2: Fix defaulter-gen for v2
  > 6064973 v2: Fix deepcopy-gen for v2
  > 7bd92cd v2: Use Go's packages.Load()
  > 92bda7a v2: Add trivial other-pkg example (pointuh)
  > 8e61ce4 v2: Add trivial same-package example (kilroy)
  > e06da46 v2: Add trivial gengo/v2 "tracer" example
  > f59fc19 v2: Remove set-gen: it's almost never used in k/k
  > b843a12 v2: Don't auto-set the Go header file
  > ce1e343 v2: Run and fix golangci-lint
  > 4c6a0f3 v2: Run gofmt on all Go files
  > 70d4955 v2: Bump golang.org/x/tools and mod tidy
  > 63cd203 v2: Change all imports to reference v2
  > 130553f Copy all code to v2, no changes
  > 6a789c9 Fix bad 'find' args in verify
bumping github.com/go-openapi/swag f28dd7a...53e32e8:
  > 53e32e8 chore(go): go-openapi requires go.1.20 across the board
  > 5e655d8 fix(ci): remove dependency-type from dependabot groups
  > 54f3f80 chore(lint): relinted
  > 4896833 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  > 6b32215 Bump the development-dependencies group with 1 update
  > db91acc ci: remove paths-ignores
  > fec0b4e Bump the development-dependencies group with 1 update
  > 14fcae4 chore(ci): prevents duplicate workflow runs
  > d33767c Bump the development-dependencies group with 1 update
  > c877230 ci(dependencies): automate dependencies updates
  > a05020e Bump actions/setup-go from 4 to 5
  > 8ce930b Bump actions/checkout from 3 to 4
  > 76c9b7c Updated dependabot frequency to monthly
  > e181373 Added dependabot
  > 216b00a refreshed go.mod
  > 01194a0 perf(mangling): optimized the processing of initialisms
  > b3e7a53 fix(mangling): fixed name mangling when special chars are substituted
  > 0ddf107 fix(ci): muted warnings in CI runs due to cache conflicts
  > 11b0957 fix(yaml): make MarshalYAML deterministic
  > 3f60c98 fix(yaml): handled null values from JSON
  > 80e31a2 fixed broken godoc badge in readme (# 74)
  > cb87dba fixed broken link in readme (# 73)
  > cd381d7 updated & relinted (# 70)
  > 4de0676 fix: windows support for loading files (# 71)
bumping knative.dev/hack 441a19f...fc6a845:
  > fc6a845 Update community files (# 398)
  > 9724320 Fix premature codegen cleanup exit on 1 (# 397)
  > 06f7aff tag images using ko (# 393)
  > 452e340 Update community files (# 392)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Sep 13, 2024
1 parent 9d59d53 commit 6265061
Show file tree
Hide file tree
Showing 699 changed files with 65,435 additions and 15,927 deletions.
73 changes: 37 additions & 36 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module knative.dev/eventing-rabbitmq

go 1.22
go 1.22.0

require (
github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.15.2
Expand All @@ -14,23 +14,23 @@ require (
github.com/rabbitmq/messaging-topology-operator v1.12.0
go.opencensus.io v0.24.0
go.uber.org/zap v1.27.0
k8s.io/api v0.29.2
k8s.io/apiextensions-apiserver v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
knative.dev/eventing v0.42.1-0.20240801183138-ff37e4e2fc0f
knative.dev/hack v0.0.0-20240801232131-441a19fc9ead
knative.dev/pkg v0.0.0-20240802082807-433889b44ec7
knative.dev/reconciler-test v0.0.0-20240730134611-dd2ded3ede25
k8s.io/api v0.30.3
k8s.io/apiextensions-apiserver v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/client-go v0.30.3
k8s.io/code-generator v0.30.3
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8
knative.dev/eventing v0.42.1-0.20240911141024-c91a9d8a471d
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d
knative.dev/pkg v0.0.0-20240912132815-3002873b449c
knative.dev/reconciler-test v0.0.0-20240911144508-6372b7a0c4b1
sigs.k8s.io/controller-runtime v0.15.2
)

require (
github.com/google/uuid v1.6.0
github.com/rickb777/date v1.13.0
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
)

require (
Expand All @@ -47,24 +47,24 @@ require (
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
Expand All @@ -91,29 +91,30 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.23.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240808171019-573a1156607a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a // indirect
google.golang.org/grpc v1.66.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiserver v0.29.2 // indirect
k8s.io/component-base v0.29.2 // indirect
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/apiserver v0.30.3 // indirect
k8s.io/component-base v0.30.3 // indirect
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
Expand Down
Loading

0 comments on commit 6265061

Please sign in to comment.