Skip to content

Commit

Permalink
[main] Upgrade to latest dependencies (#7143)
Browse files Browse the repository at this point in the history
upgrade to latest dependencies

bumping github.com/prometheus/procfs 344b47c...332e865:
  > 332e865 fs: Statfs_t{} doesn't have a Type field on Windows (# 528) (# 529)
  > dd377c7 Fix softnet CPU Index (# 517)
  > 58149ca fs: Statfs_t{} doesn't have a Type field on NetBSD, OpenBSD, or Solaris (# 523)
  > 7acd99d net_class: catch syscall.EINVAL and better handle read errors
  > b5b7dd5 Add support CpusAllowedList for /proc/[pid]/status (# 490)
  > f489b53 Update Go version (# 521)
  > 24c2637 Merge pull request # 520 from conallob/patch-1
  > 035b875 Merge pull request # 514 from prometheus/superq/netstat_refactor
  > ceb5a6f Sync golangci-lint.yml with https://github.com/prometheus/node_exporter/blob/master/.github/workflows/golangci-lint.yml
  > 718836a Merge pull request # 487 from ksankeerth/mountstats_nfs_avg_rtt
  > bad5514 Refactor netstat parsing
  > 1a35fa6 Update golangci/golangci-lint-action to v3.4.0
  > 663692c Merge pull request # 509 from dswarbrick/mdraid-sysfs
  > 49163ee add avgRTT to nfs mountstats
  > 99b481d Merge pull request # 513 from artemseleznev/master
  > 5fce84b Merge pull request # 511 from dcbw/ParseSysfsNetClassAttribute
  > a038d1f Implement mdraid sysfs parsing
  > affffdb Update common Prometheus files
  > 60fe598 Bump golang.org/x/sys from 0.6.0 to 0.7.0
  > d89fbe9 static analyzer issue fix
  > 03e2a93 net class: split out attribute parser and export it
  > b5312c5 Merge pull request # 503 from prometheus/dependabot/go_modules/golang.org/x/sys-0.6.0
  > bb7727a Merge pull request # 483 from prometheus/superq/err_invalid
  > b4a1860 Update common Prometheus files
  > 910e933 Bump golang.org/x/sys from 0.5.0 to 0.6.0
  > 0c4b3aa Merge pull request # 426 from binjip978/return-error-on-empty-cpu-freq
  > 58a6c0a Use errors.Is() for invalid argument
  > dd6bb71 Support old conntrack stats
  > 03da3a1     handle more columns from softnet_data (# 473)
  > b9fa528 return error if cpufreq's are empty
  > 85417ca Add support for several /sys/class/sas_* classes (# 453)
  > f930a52 Bug Fix: SystemCPUfreq fails when any core is offline
  > 42aaf8e add /proc/interrupts (# 475)
  > 757109e Add support for several /sys/class/sas_* classes (# 453)
  > 80824fa Check whether FS is a real procfs where it matters
  > 88f86e5 Add CPUInfo parsing for LoongArch64 (# 384)
  > c8aa9d7 Merge pull request # 461 from xixiliguo/on-cpu
  > d9f81a9 Enable oppportunistic fd counting fast path
  > 6e512b8 Merge pull request # 471 from Dentrax/TCPRcvQDrop
  > c66e798 add processor field for /proc/[pid]/stat
  > 8b6d466 Merge pull request # 488 from Dentrax/wireless
  > 945097a Merge pull request # 474 from Dentrax/stat-parse
  > 3a8e021 Add missing TCPRcvQDrop
  > 7be8e40 Merge pull request # 495 from prometheus/dependabot/go_modules/golang.org/x/sys-0.5.0
  > 150eff5 Use 4-digit uint instead
  > ce30991 Merge pull request # 477 from Dentrax/disktat-parse
  > 045a006 Separate /proc/stat parsing logic
  > b3d77ec fix: Avoid trimming characters incorrectly from ProcStatus (# 469)
  > 9ccf0f8 Merge pull request # 494 from gaius-qi/feature/vmstat
  > fe0e697 Bump golang.org/x/sys from 0.4.0 to 0.5.0
  > 1ab0de2 Add /proc/net/wireless parsing
  > 421a743 Merge pull request # 472 from Dentrax/netstat-refactor
  > 3d7fbad Separate /proc/stat disk stat parsing logic
  > bf36102 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (# 468)
  > 8e530b9 Merge pull request # 493 from prometheus/repo_sync
  > 31842f6 fix: parseVMStatNUMA return wrong VMStat in nr_zone_inactive_file
  > cab2d84 Merge pull request # 470 from prometheus/superq/bump_go
  > a05e0cf Separate NetStat parsing logic
  > 800411b parse cpu with ID in /proc/stat
  > 6efaede Merge pull request # 491 from prometheus/dependabot/go_modules/golang.org/x/sys-0.4.0
  > 080c853 Update common Prometheus files
  > 3433fa1 Add support for thread data parsing. (# 481)
  > b4d3f67 Update Go
  > f5d82fa Update codespell
  > 2d852d3 Bump golang.org/x/sys from 0.3.0 to 0.4.0
  > 55dabef Update common Prometheus files
  > 254423d Update common Prometheus files (# 466)
  > 6f02dd1 Replace float64 with *float64 for proc_netstat, proc_snmp and proc_snmp6 (# 464)
  > aa41d1a Fix grammar error
bumping github.com/gorilla/websocket b65e629...9111bb8:
  > 9111bb8 Dialer: add optional method NetDialTLSContext (# 746)
  > 2f25f78 Update README (# 757)
  > 4fad403 Remove support for Go 1.8
  > f0643a3 Improve protocol error messages
  > 2d6ee4c Update autobahn example
  > beca1d3 Fix broadcast benchmarks (# 542)
  > bcef843 Use context.Context in TLS handshake (# 751)
  > 2c89656 Modify http Method String Literal to Variable (# 728)
  > 1905f7e Update source to match output from gofmt 1.17
  > b4b5d88 Document the allowed concurrency on Upgrader and Dialer (# 636)
  > e8629af improve echo example (# 671)
  > c3dd95a build: use build matrix; drop Go <= 1.10 (# 629)
  > 78ab81e docs: clarify that sub protocols are not set via responseHeader arg.
  > 873e67e Fix how the client checks for presence of Upgrade: websocket, Connection: upgrade (# 604)
bumping knative.dev/hack ddae802...d7fde30:
  > d7fde30 Added knative-extensions (# 293)
  > 338500e Update actions (# 304)
  > 6f48889 Update community files (# 303)
bumping github.com/go-kit/log 71fa7d7...0b69c70:
  > 0b69c70 Allow to configure allowed levels by string value (# 22)
  > 3752ef7 Update CI and add badges to README (# 21)
  > 2b8dc2b fix safeError & safeString for json format (# 20)
bumping google.golang.org/protobuf f221882...68463f0:
  > 68463f0 all: release v1.31.0
  > 59a8581 encoding/protodelim: fix handling of io.EOF
  > fc47fdd proto: store the size of tag to avoid multiple calculations
  > cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic
  > b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one
  > cf06b0c compiler/protogen: add Semantic.SET to setter annotations
  > 05cbe34 encoding: add MarshalAppend to protojson and prototext
  > 1bca6d9 types/dynamicpb: add NewTypes
  > 736947c all: update protobuf release version to fix macOS tests
  > 808c664 all: start v1.30.0-devel
bumping knative.dev/pkg aef227e...6d68d7f:
  > 6d68d7f upgrade to latest dependencies (# 2780)
  > 8d3f951 Allow overriding webhook secret data keys (# 2662)
  > c11003a Use go sync/atomic instead of go.uber.org/atomic (# 2777)
  > b3a65a0 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (# 2775)
  > e888f79 rename-sandbox (# 2779)
  > 532e082 Update actions (# 2778)
  > 72f2648 Bump go.uber.org/zap from 1.19.1 to 1.24.0 (# 2774)
  > 7b50f3c Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (# 2771)
  > 1ea9b2d Bump github.com/tsenart/vegeta/v12 from 12.8.4 to 12.11.0 (# 2772)
  > 4866914 Fix github action for dependabot (# 2776)
  > edf95e6 Bump actions/setup-go from 3 to 4 (# 2770)
  > 801a900 Add dependabot and auto update deps (# 2768)
  > aa56e29 Update community files (# 2769)
bumping github.com/prometheus/common 49b3603...94bf982:
  > 94bf982 Merge pull request # 489 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.44.266
  > ac06723 Merge pull request # 482 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.8.0
  > 211d8fc Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
  > 062aaec Merge pull request # 485 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.2
  > 27af2c4 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
  > 2f0f5c4 Merge pull request # 483 from prometheus/dependabot/go_modules/golang.org/x/net-0.10.0
  > 24a8815 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
  > 96ade15 Merge pull request # 486 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/common-0.43.0
  > 7364518 Bump golang.org/x/net from 0.9.0 to 0.10.0
  > 65a4236 Merge pull request # 480 from prometheus/superq/update_sigv4-bot
  > 68e477e Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
  > 085fa47 Merge pull request # 472 from grafana/inline-ca-strings
  > ad1759c Enable dependabot for sigv4
  > f505d86 Merge pull request # 474 from jkroepke/custom-logger
  > bcb00f1 config: remove unused internal function
  > b933a95 Merge pull request # 475 from gouthamve/negotiate-om-1.0
  > e27922a Merge pull request # 469 from prometheus/dependabot/go_modules/github.com/alecthomas/kingpin/v2-2.3.2
  > 01d2b4a Remove unnecessary else and use NewSyncWriter again
  > 7b35f6a config: add tests for inline TLS configs
  > 2f04d2e Merge pull request # 463 from prometheus/repo_sync
  > ad42fa5 Return 0.0.1 with no version for backwards compatibility
  > a2ac260 Merge pull request # 479 from prometheus/superq/updates
  > 9a176e1 Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2
  > 769f5e1 Allow custom log.Logger
  > 5915888 config: allow TLS data to be provided inline
  > 66b493f Merge pull request # 462 from roidelapluie/proxyfromenv
  > e990082 Update common Prometheus files
  > 5012e7c Negotiate OM v1.0.0
  > 92f8c27 Merge pull request # 481 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1
  > 5e8c998 expfmt: Avoid copying mutex in proto message
  > 6a5f4db Merge pull request # 455 from bboreham/build-tags
  > c8ca1fb Add support to use Proxy From Environment and set No Proxy
  > cffd08e Merge pull request # 478 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.7.0
  > 2328fd6 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1
  > 27a8fa5 Update Go modules
  > d7d98af Merge pull request # 461 from bboreham/faster-parseduration
  > 56d83af version: add Go build tags to output
  > d9a31c0 Merge pull request # 454 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.7.0
  > 567ed12 Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0
  > 94c865c Merge pull request # 453 from prometheus/beorn7/model
  > 55b01d1 Parse Durations much faster
  > 77ee449 Merge pull request # 447 from prometheus/superq/bump_go
  > aab41f8 Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4
  > ab87968 Merge pull request # 433 from lucacome/add-dependabot
  > 456cf05 model: Remove json-iterator usage (again)
  > 330a3f5 Add benchmark for ParseDuration
  > d25d305 Merge pull request # 450 from roidelapluie/marshal
  > 2cd3d6e Update Go versions
  > e903cdd Merge pull request # 459 from prometheus/superq/mods
  > 569c9c3 Apply suggestions from code review
  > 4827ac3 Merge pull request # 460 from prometheus/repo_sync
  > 72ed068 Merge pull request # 449 from roidelapluie/test444
  > 6004368 Fix and test JSON & YAML marshalling
  > f9c1994 Merge pull request # 440 from zenador/sparsehistograms
  > caae7d4 Update Go modules
  > c3af33b Add dependabot
  > c4e09cb Merge pull request # 458 from hairyhenderson/switch-kingpin-repo
  > 51087f9 Update common Prometheus files
  > 81fdf5b Merge pull request # 448 from roidelapluie/test442
  > 69ed1ea expfmt: add test cases for TextParser startOfLine error handling
  > ff69f32 Merge pull request # 429 from roidelapluie/fix-marshal
  > ca1f99b Make it more efficient and compatible to use SampleHistogram (# 439)
  > 18a4214 Update comments according to code review
  > 846591a Merge pull request # 417 from zenador/sparsehistograms
  > 8fe65a7 Update kingpin module source
  > 3bdfd73 expfmt: add test case for issue with *bufio.Reader and FmtText format
  > 2c9877d Merge pull request # 444 from abursavich/expfmt-eof
  > 1c521dc Fix marshalling of TLSVersion
  > 87b15f9 Merge pull request # 438 from zenador/sparsehistograms
  > 4e9e3f5 Continue to use json-iterator to improve marshalling of SamplePair
  > ccc2474 Merge pull request # 428 from prometheus/repo_sync
  > 691e814 Update comments according to review
  > d888bfa Merge pull request # 443 from abursavich/expfmt-decode
  > d074dea expfmt: only ignore io.EOF errors in TextParse.startOfLine
  > 296ec92 Merge pull request # 409 from prometheus/mem/proxy_header
  > 0dd260f Change HistogramBucket Boundaries type to int32
  > f71df30 Continue to use json-iterator to improve marshalling of SampleHistogramPair
  > 5b981eb Update common Prometheus files
  > 0267435 Update tests according to code review
  > 5be97a0 expfmt: only call TextParser.TextToMetricFamilies once from textDecoder
  > 18281a2 Merge pull request # 424 from prometheus/repo_sync
  > 4a0d730 Add support for proxy connect headers
  > eda7de1 Start to use json-iterator to improve marshalling of HistogramBucket
  > dc2e18b Revert "Try removing sampleHistogramPairPtr"
  > befeabf Merge pull request # 422 from prometheus/superq/add_mod_check
  > 017dec0 Update common Prometheus files
  > 01880dc Add benchmarks for marshalling
  > f451854 Try removing sampleHistogramPairPtr
  > 1bc7f65 Add platform info to labels (# 403)
  > 82accf3 Add go mod version test
  > 14a8016 Remove sampleHistogramPairPtr
  > b079cf8 Revert "Add generic interface for float/histogram sample pair (bumping go version - experimental)"
  > 00e3fd7 Merge pull request # 418 from roidelapluie/go119
  > 0e0dee6 Merge branch 'main' into sparsehistograms
  > 84e64de Add generic interface for float/histogram sample pair (bumping go version - experimental)
  > ddb642f Merge pull request # 421 from prometheus/superq/update_sigv4
  > 045094f Update deps and test with go 1.19
  > 4a4b110 Fix according to code review
  > c2ecee8 Merge pull request # 419 from prometheus/repo_sync
  > c8ff4cd Update sigv4 Go
  > 74031a1 Change int type of native histogram count
  > a33c32f Merge pull request # 374 from roidelapluie/go118vcs
  > 466075d Update common Prometheus files
  > e717a78 Make type of Sample and SampleStream in structs more explicit with an enum
  > 11bcb5b Merge pull request # 415 from FUSAKLA/fus-http-config-from-file
  > 5b6c049 go118: Get VCS info from debug.BuildInfo
  > a148981 Update the display strings for model
  > 87b669d Add the ability to specify the maximum acceptable TLS version (# 414)
  > d9cd6f2 feat: make LoadHTTPConfigFile set directory and move from tests file
  > 43914a0 Fix and add tests for model matrices
  > bebc731 Remove ioutil after merging check client certificates (# 407)
  > 2b7b371 Split model values into smaller files by category
  > 8c9cb3f Update common Prometheus files (# 399)
  > ee927fa Add histograms to model
  > 1c0fa3e Check if TLS certificate and key file have been modified (# 345)
  > 54e041d Implement Stringer on TLSVersion (# 405)
  > c206bfc Merge pull request # 404 from thaJeztah/bump_protobuf_extensions
  > dfbc25b Merge pull request # 382 from prometheus/superq/update_go
  > 5ae446c go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2
  > 1482587 Remove ioutil (# 395)
  > 9d646db Update Go modules

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Aug 7, 2023
1 parent ce3b0c8 commit f614df3
Show file tree
Hide file tree
Showing 232 changed files with 24,058 additions and 4,462 deletions.
47 changes: 24 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/google/gofuzz v1.2.0
github.com/google/mako v0.0.0-20190821191249-122f8dcef9e3
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-retryablehttp v0.6.7
github.com/hashicorp/golang-lru v0.5.4
Expand All @@ -27,27 +27,27 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/rogpeppe/fastuuid v1.2.0
github.com/stretchr/testify v1.8.1
github.com/tsenart/vegeta/v12 v12.8.4
github.com/tsenart/vegeta/v12 v12.11.0
github.com/wavesoftware/go-ensure v1.0.0
go.opencensus.io v0.24.0
go.opentelemetry.io/otel v1.10.0
go.opentelemetry.io/otel/trace v1.10.0
go.uber.org/atomic v1.9.0
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.21.0
golang.org/x/sync v0.2.0
go.uber.org/zap v1.24.0
golang.org/x/sync v0.3.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.31.0
k8s.io/api v0.26.5
k8s.io/apiextensions-apiserver v0.26.5
k8s.io/apimachinery v0.26.5
k8s.io/apiserver v0.26.5
k8s.io/client-go v0.26.5
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
knative.dev/hack v0.0.0-20230712131415-ddae80293c43
knative.dev/hack/schema v0.0.0-20230712131415-ddae80293c43
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead
knative.dev/reconciler-test v0.0.0-20230731164843-19232908376e
knative.dev/hack v0.0.0-20230803220206-d7fde305c59f
knative.dev/hack/schema v0.0.0-20230803220206-d7fde305c59f
knative.dev/pkg v0.0.0-20230804125508-6d68d7fb27d0
knative.dev/reconciler-test v0.0.0-20230803013451-a8041ba726ed
sigs.k8s.io/yaml v1.3.0
)

Expand All @@ -71,7 +71,7 @@ require (
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/go-kit/log v0.2.0 // 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.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
Expand All @@ -90,34 +90,35 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/influxdata/tdigest v0.0.0-20181121200506-bf2b5ad3c0a9 // indirect
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/rickb777/plural v1.2.1 // indirect
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/cobra v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/automaxprocs v1.4.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.7.0 // indirect
golang.org/x/tools v0.11.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.124.0 // indirect
Expand Down
Loading

0 comments on commit f614df3

Please sign in to comment.