Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping golang.org/x/sync 14be23e...411f99e:
  > 411f99e 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/prometheus/procfs ff0ad85...51919fd:
  > 51919fd enable testifylint linter (# 643)
  > d9caa8e Return support for Go 1.20 (# 645)
  > faf06ce Update common Prometheus files
  > d9448e6 ignore NODEV errors when parsing powersupply files
  > 513f259 Bump golang.org/x/sys from 0.19.0 to 0.20.0 (# 639)
  > dbe3261 Update class_thermal.go (# 634)
  > ae2937e Fixup sysfs/system_cpu.go lint errors (# 638)
  > 51f7d13 feat: Add support for `CONFIG_CPU_FREQ_STAT` (# 627)
  > 5a801c6 Parse recovery line to be synced blocks (# 637)
  > 1adce6b bugfix: `s/TrimRight/TrimSuffix` for certain cases (# 618)
  > 2085b8f bugfix: Allow multiple `xprt` fields for NFS stats (# 619)
  > 68fb3df enhancement: Use pointer fields for `FibreChannel*` (# 623)
  > 5cca38b Update common Prometheus files (# 635)
  > 6bec248 Revert "fix: same TCP connection appears twice (# 631)" (# 633)
  > 987bedc fix: same TCP connection appears twice (# 631)
  > ee70db2 Merge pull request # 632 from prometheus/superq/1.22
  > 0fdebd3 chore: Use kernel-compliant types for `{U,G}IDs` (# 620)
  > faa3526 Update Go versions
  > 69fc8f6 *: `s/(%v|%s)/%w` and use `go1.20` (# 617)
  > eac8540 update MAINTAINERS.md (# 629)
  > 3387ec6 style: returns procfs build-in error like other parsing methods (# 630)
  > 5819c81 Revert add avgRTT to nfs mountstats # 487 (# 625)
  > c5ada8d Update common Prometheus files
  > 6bba74b Update common Prometheus files
  > f7c2619 Update common Prometheus files (# 615)
  > aa18116 Update common Prometheus files (# 613)
  > 72170b5 Bump golang.org/x/sys from 0.17.0 to 0.18.0 (# 611)
  > b5cb3d2 Update common Prometheus files (# 610)
  > 6ae6f98 Update common Prometheus files (# 609)
  > 7b6eccc chore: class_fibrechannel: support optional attributes (# 607)
  > da53333 Update common Prometheus files (# 608)
  > 4b77c68 Bump golang.org/x/sys from 0.16.0 to 0.17.0 (# 606)
  > 6d8714c Add support for for /proc/net/tls_stat kTLS stats (# 579)
  > 0f527e6 Add `/sys/class/watchdog` statistics (# 594)
  > d254b01 Add support for gtime and cgtime stats. (# 597)
  > f5f033b feat: Add `/sys/fs/btrfs/<FSID>/commit_stats` statistics (# 580)
  > 51a293e golint: redundant type from array, slice, or map composite literal (# 601)
  > d735b08 Update common Prometheus files (# 604)
  > 868112d infiniband: support Intel irdma devices (# 605)
  > dd493f4 Bump golang.org/x/sys from 0.15.0 to 0.16.0 (# 603)
  > f06ab8f Bump golang.org/x/sync from 0.5.0 to 0.6.0 (# 602)
  > 495e483 Update common Prometheus files
  > 8a3ea46 Update common Prometheus files (# 598)
  > a45c08c Update common Prometheus files (# 596)
  > 534069e Bump golang.org/x/sys from 0.13.0 to 0.15.0 (# 593)
  > 8f660d1 meminfo: add Percpu field (# 588)
  > 732ca0f Update common Prometheus files (# 595)
  > feff289 Update common Prometheus files (# 590)
  > 9fdfbe8 Add udp drops (# 538)
  > f11f6e4 Update crypto.go, fix incorrect spelling (# 591)
  > 6990574 Bump golang.org/x/sync from 0.3.0 to 0.5.0
  > e9c69c6 Update common Prometheus files
  > 43bf323 Bump golang.org/x/sys from 0.12.0 to 0.13.0
  > f78f919 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  > 2cfca8d fix(meminfo): remove `bytes` versions of fields that aren't bytes
  > f75eb9f ref(meminfo): simplify variable assignment
  > 18260ef fix(meminfo): account for optional unit field so values are accurate
  > 894a5e8 Update common Prometheus files (# 578)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Sep 12, 2024
1 parent 788e072 commit 3092943
Show file tree
Hide file tree
Showing 603 changed files with 46,554 additions and 17,409 deletions.
77 changes: 39 additions & 38 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Deprecated: use knative.dev/client/pkg instead.
module knative.dev/client-pkg

go 1.22
go 1.22.0

require (
emperror.dev/errors v0.8.1
Expand All @@ -17,18 +17,18 @@ require (
github.com/spf13/viper v1.13.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/term v0.22.0
golang.org/x/term v0.24.0
gotest.tools/v3 v3.3.0
k8s.io/api v0.29.2
k8s.io/apiextensions-apiserver v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/api v0.30.3
k8s.io/apiextensions-apiserver v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/cli-runtime v0.29.2
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
knative.dev/eventing v0.42.0
knative.dev/hack v0.0.0-20240704013904-b9799599afcf
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608
knative.dev/serving v0.42.0
k8s.io/client-go v0.30.3
k8s.io/code-generator v0.30.3
knative.dev/eventing v0.42.1-0.20240911141024-c91a9d8a471d
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d
knative.dev/pkg v0.0.0-20240910170930-fdbc0b5adde7
knative.dev/serving v0.42.1-0.20240909161839-deb99def51d6
sigs.k8s.io/yaml v1.4.0
)

Expand All @@ -49,17 +49,17 @@ require (
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // 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-errors/errors v1.4.2 // 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.2 // indirect
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/swag v0.22.7 // 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/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand All @@ -70,10 +70,10 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // 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/golang-lru v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down Expand Up @@ -103,8 +103,8 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.19.1 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.54.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/prometheus/statsd_exporter v0.22.8 // indirect
github.com/rickb777/date v1.20.0 // indirect
github.com/rickb777/plural v1.4.1 // indirect
Expand All @@ -118,30 +118,31 @@ require (
github.com/xlab/treeprint v1.2.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // 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/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.23.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/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/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.65.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // 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/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
knative.dev/networking v0.0.0-20240716111826-bab7f2a3e556 // indirect
k8s.io/apiserver 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
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
knative.dev/networking v0.0.0-20240815142417-37fdbdd0854b // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
Expand Down
Loading

0 comments on commit 3092943

Please sign in to comment.