Skip to content

Commit

Permalink
upgrade to latest dependencies (#744)
Browse files Browse the repository at this point in the history
bumping github.com/stretchr/testify f97607b...bb548d0:
  > bb548d0 Merge pull request # 1552 from stretchr/dependabot/go_modules/github.com/stretchr/objx-0.5.2
  > e045612 Merge pull request # 1339 from bogdandrutu/uintptr
  > 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  > 5b6926d Merge pull request # 1385 from hslatman/not-implements
  > 21ba5d2 Merge branch 'master' into uintptr
  > 9f97d67 Merge pull request # 1550 from stretchr/release-notes
  > 4e56e1e Add `NotImplements` and variants
  > f7b49d3 Add support to compare uintptr
  > 7df1a82 test: add suite tests for panicking of subtests
  > fb770f8 Merge pull request # 1247 from ccoVeille/typos
  > bcb0d3f Include the auto-release notes in releases
  > 4ae48e9 Combine switch cases, difference wrapped in if statement
  > a4a54a4 fix: panic behavior for subtests
  > e2741fa Merge pull request # 1548 from arjunmahishi/msgAndArgs
  > 85d8bb6 fix typos in comments, tests and github templates
  > 2f7efa2 Fix bug where array is treated as slice in EqualExportedValues
  > 65318c3 improve: tests for asserting test names in subtests
  > e65c014 Merge pull request # 1248 from guettli/patch-1
  > 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  > ce5c2b6 assert: fix httpCode and HTTPBody occur panic when http.Handler read body
  > 130d340 improve: move comment to msgAndArgs-param in test
  > 9f0ad86 Merge pull request # 1517 from Lucaber/equalExportedValues-ptr
  > f19cdfc Merge branch 'master' into patch-1
  > 840f800 http_assertions: Include msgAndArgs is some of the existing tests
  > 8992013 collect errors from condition in defer
  > 855d1c6 test: testing.T correctness in subtests setup/teardown
  > 7c847e2 Merge pull request # 1545 from hendrywiranto/update-setupgo-v5
  > 74a35d5 Support Pointer to Struct in EqualExportedValues
  > afd76b4 gorc last update is nine years old
  > 135b468 assert: honour the msgAndArgs provided in InEpsilon
  > 4ed68e1 fix: make EventuallyWithT concurrency safe
  > 82022ee test: call order of setup/teardown for subtests
  > 7caada5 Merge pull request # 1540 from stretchr/build-badge
  > 898b77d try to update to v5
  > db8608e suite: fix subtest names (fix # 1501) (# 1504)
  > ecdde72 http_assertions: honour the msgAndArgs provided with each assertion
  > 11a6452 Bump actions/setup-go from 3.2.0 to 4.1.0
  > 4526456 improve: defer-style in Suite.Run()
  > 4b9af26 Merge pull request # 1538 from stretchr/issue-templates
  > e099480 Update the build status badge
  > 331c520 Improve readability
  > c1ca192 Bump actions/checkout from 3 to 4
  > 737a765 fix: SetupSubTest and TearDownSubTest execution order
  > fef12e7 Merge pull request # 1537 from stretchr/fix-time-equal
  > a5087d7 [chore] Issue templates: Add link to the discussion page
  > 5f48c62 address some review comments
  > 34763e0 assert: ObjectsAreEqual: use time.Equal for time.Time type
  > 351d277 Revert some changes
  > 14ffa90 Merge pull request # 1535 from arjunmahishi/fix-suit-deadlock
  > 7b3de08 Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type"
  > bd22f81 [chore] Issue templates: Switch from bold to H2 headings
  > b7c378d captureTestingT.checkResultAndErrMsg
  > 1ee798c Remove canConvert because Go 1.16 is dropped from support
  > 375474c suite: refactor test assertions
  > c719de3 Merge pull request # 1331 from ianrose14/ianrose/assertexpectations-skipped
  > c41592b suite: fix deadlock in suite.Require()/Assert()
  > 28efcd1 [chore] Fix typos and improve hints in the issue templates
  > 002647e TestErrorIs/TestNotErrorIs: check error contents
  > 882382d Merge pull request # 1441 from stretchr/mock-deprecate-AnythingOfTypeArgument
  > fc1dee9 Deprecate EqualExportedValues
  > 0e75f99 Merge pull request # 1485 from kevinburkesegment/len-format
  > 1837f62 Ensure AssertExpectations does not fail in skipped tests
  > 5ed6120 [chore] Add issue templates
  > 5105b61 Add map support doc comments to Subset and NotSubset
  > 0e90845 Merge pull request # 1445 from stretchr/assert-refactor-getLen
  > f24f3ba mock: deprecate AnythingOfTypeArgument (# 1434)
  > 7f962d5 .github: use latest Go versions
  > 5911e38 Merge pull request # 1531 from arjunmahishi/fix-equal-values
  > 89c0872 try to do the whole format string
  > 43b2ef1 Change to use godoc
  > a23f5db mock: move regexp compilation outside of Called (# 631)
  > 9e58631 assert: reverse return values of internal getLen()
  > d25ac14 Merge pull request # 1533 from brackendawson/maintainers
  > 4c4d011 assert: Fix EqualValues to handle overflow/underflow
  > f6ed021 assert: shorten cases
  > 056e9e6 docs: Fix deprecation formatting for http
  > a392378 Fixed typos
  > 7a796b8 assert: simplify getLen() implementation
  > c3b0c9b Merge pull request # 1502 from stretchr/suite-fix-reporting-of-panic-location
  > d3b6816 Add emeritus I missed
  > f7fedd9 assert: better formatting for Len() error
  > 81667ad assert: fix flaky TestNeverTrue
  > b139300 Merge pull request # 1450 from stretchr/CI-go1.21
  > 2be68b5 suite: fix recoverAndFailOnPanic to report at the right location
  > a67cee3 Update maintainers
  > 862e410 Merge pull request # 1360 from hikyaru-suzuki/feature/update_logging_output
  > 9b9a3b4 Merge pull request # 1412 from stretchr/fix-flaky-TestEventuallyIssue805
  > c86e139 CI: add go 1.21
  > 486eb6f Merge pull request # 1406 from dolmen-go/use-std-header-for-generated-code
  > 75b9b6d update: log reason output only if failed
  > 648a793 Merge pull request # 1416 from stretchr/mock-simplify-matcher-check
  > 0feb1d9 Merge branch 'master' into fix-flaky-TestEventuallyIssue805
  > af4d8a6 Merge pull request # 1320 from lesichkovm/patch-1
  > 5ca0755 codegen: use standard header for generated files
  > 24e57f1 Merge pull request # 1444 from stretchr/mock-refactor-TestIsArgsEqual
  > 307c934 mock: refactor IsType
  > 5dca985 assert: remove logs in TestEventuallyTimeout
  > 78aedbf Merge pull request # 1409 from SuperQ/test_old_versions
  > c029f41 Fix adding ? when no values passed
  > 12f05f7 Merge pull request # 1453 from stretchr/fix-1292-dep-cycle-with-objx
  > c740480 mock: refactor TestIsArgsEqual
  > 413628c mock: simplify Arguments.Diff
  > e8837d5 assert: fix TestEventuallyTimeout
  > 0a3163c Merge pull request # 1410 from alexandear/docs-fix-typos
  > 95683d1 Add tests for old Go versions
  > 14d4b9b Merge pull request # 1483 from stretchr/fix-1231-InEpsilonSlice-expected-actual-order
  > 838caea deps: exclude old testify to break the dependency cycle from objx
  > 34b8642 Merge pull request # 1346 from LandonTClipp/mockery_docs
  > 37814a1 docs: Fix typos in tests and comments
  > 92533fa Merge pull request # 1506 from stretchr/assert-simplify-isNil
  > f8dcfd6 assert.InEpsilonSlice: mention index of error in fail message
  > 975128c deps: upgrade objx to v0.5.1 to fix dep cycle
  > 6bfed73 Merge pull request # 1349 from davidjb/patch-1
  > 4f6e609 Merge branch 'master' into mockery_docs
  > 1f53b4e Merge pull request # 1505 from stretchr/more-unsafe.Pointer-tests
  > cbcc423 assert: simplify isNil implementation
  > 7d383ba assert.InEpsilonSlice: refactor
  > c6ffad3 Merge pull request # 1389 from echarrod/master
  > d099934 docs: Update URLs in README
  > 2046129 README: fix link to mockery tool
  > 858080f assert: more unsafe.Pointer tests
  > f7fbc7d assert.InEpsilonSlice: fix order of expected vs actual (# 1231)
  > b247874 Merge pull request # 1367 from stretchr/mvdkleijn-patch-1
  > 9f0f17f Correct spelling/grammar
  > 0291ba6 https
  > 8fd5aae assert.InEpsilonSlice: remove redundant check
  > 945f91b Merge pull request # 1392 from programmer04/improve-docs
  > 02647d3 Remove myself from MAINTAINERS.md
  > d2db489 Update mockery link to Github Pages
  > f728d3c assert.InEpsilonSlice: refactor
  > 68bbf7a Merge pull request # 1394 from SuperQ/go_min
  > e18a70d Document that require is not safe to call in created goroutines
  > b5dec80 assert.InEpsilonSlice: add more slice checks
  > b5eddf7 Fix Go modules version
  > ab3b974 assert.InEpsilonSlice: refactor
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)
bumping knative.dev/pkg 4355f0c...0e7ffe4:
  > 0e7ffe4 Update community files (# 3079)
  > 330b271 Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3 (# 3077)
  > 3561487 upgrade to latest dependencies (# 3078)
bumping github.com/prometheus/common 789222a...0c7b585:
  > 0c7b585 Merge pull request # 649 from rajagopalanand/13364
  > 804fbbe Update common Prometheus files (# 660)
  > 77ec85c Add SigV4 FIPS STS  endpoint config
  > 3f20456 Bump golang.org/x/net from 0.25.0 to 0.26.0 (# 657)
  > d726751 Merge pull request # 625 from mikelolasagasti/replace-goautoneg
  > e31eeaa Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (# 658)
  > c97390a Add a `RELEASE.md` and add @gotjosh as a mantainer (# 644)
  > 2d5ba4a Move goautoneg to external dependency
  > 3236a12 Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (# 656)
  > ef08658 enable errcheck linter (# 637)
  > 1cfb464 Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 (# 659)
  > cecfdc4 Update Go modules (# 643)
  > ab322ea chore: add HumanizeTimestamp; make ConvertToFloat exportable (# 654)
  > 04635d2 Merge pull request # 655 from yeya24/change-omit-empty
  > e5fa530 Merge pull request # 646 from prometheus/repo_sync
  > c4974e5 fix test
  > 1c9da35 Merge pull request # 653 from alanprot/expose/FileSecret
  > 8839f2c Update common Prometheus files
  > 43f0db5 set http_headers to be omit empty
  > 3183099 Merge pull request # 651 from pracucci/show-http-header-issues
  > 2c133cf Exposing FileSecret
  > 92fc65e Merge pull request # 650 from pracucci/export-secret
  > d310c4a Fix JSON marshalling
  > 43e45c3 Fixed erronous mentions to SecretReader in comments
  > 0f4f649 Show HTTPClientConfig JSON marshalling issue
  > fbd2317 Expose secret as SecretReader and InlineSecret from config package
bumping google.golang.org/protobuf 4a76e11...c33baa8:
  > c33baa8 all: release v1.34.2
  > 971c712 gofeatures: allow setting legacy_unmarshal_json_enum feature at file level
  > 3b8611b reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry
  > ca837e5 types/descriptorpb: regenerate using latest protobuf v27.0 release
  > 1d4293e internal/impl: fix size cache semantics with lazy decoding
  > ef74188 all: set Go language version to Go 1.20
  > b3f1c7a reflect/protodesc: remove obsolete JSON name check from desc validator
  > cbc3dd6 all: replace interface{} by any now that we are on Go 1.21
  > 0e93293 internal/impl: enable fully lazy extensions (over Size and Marshal)
  > 15d7b13 all: remove Go 1.17 build tags / workarounds
  > f7dca67 all: set Go language version to Go 1.21
  > 09393c1 all: start v1.34.1-devel
bumping knative.dev/hack b979959...0a23232:
  > 0a23232 Update community files (# 388)
  > 9c9eed6 💝 Vendorless codegen via shell scripting (# 386)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Jul 30, 2024
1 parent 4ca183f commit dd2ded3
Show file tree
Hide file tree
Showing 103 changed files with 2,001 additions and 1,395 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/openzipkin/zipkin-go v0.4.3
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
go.opencensus.io v0.24.0
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.27.0
Expand All @@ -21,8 +21,8 @@ require (
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/hack v0.0.0-20240704013904-b9799599afcf
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608
knative.dev/hack v0.0.0-20240730131549-0a23232167bc
knative.dev/pkg v0.0.0-20240730131544-0e7ffe491d5e
sigs.k8s.io/yaml v1.4.0
)

Expand Down Expand Up @@ -59,8 +59,8 @@ require (
github.com/pmezard/go-difflib v1.0.0 // 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.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
Expand All @@ -77,7 +77,7 @@ require (
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/protobuf v1.34.1 // 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
k8s.io/code-generator v0.29.2 // indirect
Expand Down
24 changes: 12 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -301,16 +301,16 @@ github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9
github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
github.com/prometheus/common v0.35.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA=
github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA=
github.com/prometheus/common v0.54.0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8=
github.com/prometheus/common v0.54.0/go.mod h1:/TQgMJP5CuVYveyT7n/0Ix8yLNNXy9yRSkhnLTHPDIQ=
github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc=
github.com/prometheus/common v0.55.0/go.mod h1:2SECS4xJG1kd8XF9IcM1gMX6510RAEL65zxzNImwdc8=
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4=
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/prometheus/statsd_exporter v0.22.7 h1:7Pji/i2GuhK6Lu7DHrtTkFmNBCudCPT1pX2CziuyQR0=
github.com/prometheus/statsd_exporter v0.22.7/go.mod h1:N/TevpjkIh9ccs6nuzY3jQn9dFqnUakOjnEuMPJJJnI=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
Expand Down Expand Up @@ -342,8 +342,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807/go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
Expand Down Expand Up @@ -674,8 +674,8 @@ google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp0
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down Expand Up @@ -723,10 +723,10 @@ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/A
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240704013904-b9799599afcf h1:n92FmZRywgtHso7pFAku7CW0qvRAs1hXtMQqO0R6eiE=
knative.dev/hack v0.0.0-20240704013904-b9799599afcf/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608 h1:BOiRzcnRS9Z5ruxlCiS/K1/Hb5bUN0X4W3xCegdcYQE=
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608/go.mod h1:M67lDZ4KbltYSon0Ox4/6qjlZNOIXW4Ldequ81yofbw=
knative.dev/hack v0.0.0-20240730131549-0a23232167bc h1:Dl+DvyH7quVCP7FPNVii9Md+EuYgdsH43RFBp4jvMwc=
knative.dev/hack v0.0.0-20240730131549-0a23232167bc/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/pkg v0.0.0-20240730131544-0e7ffe491d5e h1:pRbTdwG1ePdAJ+8mwFbtsY5gKFBaF+299QgY8BRn+ng=
knative.dev/pkg v0.0.0-20240730131544-0e7ffe491d5e/go.mod h1:wQoeURvX7/oMI5ZcNowGGIX4cmOUzew1cyNf3KRZdFE=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/prometheus/common/expfmt/encode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions vendor/github.com/prometheus/procfs/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/prometheus/procfs/MAINTAINERS.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd2ded3

Please sign in to comment.