Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping google.golang.org/protobuf ec47fd1...242df22:
  > 242df22 all: release v1.34.0
  > c2b76ee all: fix deprecated
  > e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages
  > c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability
  > d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls
  > 94bb78c proto: return an error instead of producing invalid wire format
  > 671c2db [proto] use the correct parent when resolving features for extensions
  > 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap
  > 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension
  > b30b634 protobuf: fix required/group bug in descriptor proto output of editions files
  > bab4b5d protobuf: support gaps in edition defaults calculation
  > a18684d protobuf: fix delimited fields under editions in go
  > 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo()
  > 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations)
  > 87fded5 internal/impl: ensure proto.HasExtension does not allocate
  > 3797f00 protogen: update Options documentation. protogen.Run doesn't exist.
  > 4fd828f proto: extend Unmarshal documentation, include an example
  > c69658e proto: extend Marshal documentation, include an example
  > 3ebf7dd proto: fix HasPresence for extensions and missing plugin response
  > dea00b5 all: enable editions support
  > 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto
  > 3039476 all: implement proto2/proto3 as editions [2/2]
  > 7259b46 all: implement proto2/proto3 as editions [1/2]
  > f563685 all: use subtests to identify the message type
  > e216807 all: start v1.33.0-devel
bumping github.com/klauspost/compress d9eae82...c0ff47e:
  > c0ff47e Update README.md
  > 657dc16 chore: remove repetitive words (# 946)
  > 3f77d8c build(deps): bump the github-actions group with 1 update (# 944)
  > de4073a zstd: Add RLE detection+encoding (# 938)
  > 165be36 zstd: Reject blocks where reserved values are not 0 (# 885)
  > 4f3f95b ci: Add testing replacement (# 935)
  > 3976394 build(deps): bump the github-actions group with 1 update (# 934)
  > 4d78e54 Remove sed for internal/fuzz/helpers.go (# 933)
  > 46c00ca doc: Remove an excess word in a documentation comment (# 932)
  > 1e2b275 tests: Rename fuzz helpers back. (# 931)
  > 68b7039 s2: Fix literal+repeat exceeds dst (# 930)
  > 5895eb4 s2: Add AsyncFlush method: Complete the block without flushing (# 927)
  > 4c49017 ci: Build with Go 1.22.x - deprecate 1.19 (# 926)
  > 8e5ae40 Update README.md
  > 255a132 s2: Fix DecodeConcurrent deadlock on errors (# 925)
  > e8251aa build: Remove garble compiler (# 924)
  > 32f34cf build(deps): bump the github-actions group with 1 update (# 921)
  > aac36dc zstd: Fix incorrect repeat coding in best mode (# 923)
  > 9b0f130 Update README.md
  > 6662a21 s2: Document and test how to peek the stream for skippable blocks (# 918)
  > 3deb878 s2: Fix up AddSkippableBlock more (# 919)
  > 6ac58c9 s2: Fix incorrect length encoded by writer.AddSkippableBlock (# 917)
  > 515f153 s2: Fix callbacks for skippable blocks and disallow 0xfe (Padding) for custom use (# 916)
  > 01b2a79 zstd: Limit default window to 8MB (# 913)
  > 32312d5 flate: Fix reset with dictionary on custom window encodes (# 912)
  > d9b6e1e zstd: Tweak noasm FSE decoder (# 910)
  > 85452d2 zstd: Add Frame header encoding and stripping (# 908)
  > eabf71d build(deps): bump the github-actions group with 1 update (# 906)
  > f6216d3 Update README.md (# 905)
  > d0453f8 Update generator and executable go.mod (# 904)
  > 93a6c80 internal/race,s2: add some race instrumentation (# 903)
  > 0619f9a build(deps): bump the github-actions group with 4 updates (# 900)
  > 5f128b2 CI: Hash pin sensitive actions and configure Dependabot to automatically update them (# 899)
  > 6bf960e zstd: Shorter and faster asm for decSymbol.newState (# 896)
  > 1dba04a Update README.md
  > 98ff542 gzhttp: Allow overriding decompression on transport (# 892)
  > c63a492 gzip: Error out if reserved bits are set (# 891)
  > c4e922d gzhttp: Clamp compression level (# 890)
  > bb3065b docs: fix a small typo in README.md (# 889)
  > e7c8ed1 huff0: Remove byteReader (# 886)
  > 8f7526c huff0: Speed up symbol counting (# 887)
  > 80ba129 gzhttp: Fix missing content type on Close (# 883)
  > 6a59dbb zstd: Improve better/best compression (# 877)
  > 847c1b4 fse: Fix max header size (# 881)
  > dc4151f Update go.mod
  > 77a82e9 Update README.md
  > 8eb6542 zstd: Fix corrupted output in "best" (# 876)
  > 68eabfa s2: Fix S2 best dictionary wrong encoding (# 871)
  > 85bbf19 Update README.md
  > 4af4344 Fuzzing Coverage Expansion (# 2) (# 870)
  > c051ef1 Reduce allocations in flate decompressor and minor code improvements (# 869)
  > 2d59657 test: Set FSE decompress fuzzer max limit (# 868)
  > 0e1030c Fuzzing Coverage Expansion (# 866)
  > e670df9 s2: Fix EstimateBlockSize on 6&7 length input (# 867)
  > c634b49 Revert "zstd: Reject empty compressed blocks (# 862)" (# 865)
  > 6125c11 zstd: Reject empty compressed blocks (# 862)
  > 7b22298 Update README.md
  > 62d7424 Update README.md
  > fd16146 gzip: Copy bufio.Reader on Reset (# 860)
  > 0e8837c fse, huff0, zstd: Remove always-nil error returns (# 857)
  > 11e91a1 Add dictionary builder (# 853)
  > 66f41b3 Update README.md
  > 0836a1c zstd: Remove offset from bitReader (# 854)
  > 11b5108 tests: Use Go 1.21.x (# 851)
  > ecf01d0 tests: Fix OSS fuzzer t.Run (# 852)
  > b404607 flate: Add limited window compression (# 843)
  > c1dcc38 s2: Do 2 overlapping match checks (# 839)
  > 895291c Add xerial snappy read/writer (# 838)
  > 33c9bc8 flate: Add amd64 assembly matchlen (# 837)
  > f71e4d3 Update README.md
  > b7fbbd3 tests: unnecessary use of fmt.Sprintf (# 836)
  > 67a538e s2: add GetBufferCapacity() method (# 832)
  > eff45bd doc: Fix typo in security advisory URL (# 830)
  > 4edb2e8 zstd: Fix default level first dictionary encode (# 829)
  > ae6c851 Update README.md
bumping google.golang.org/api 64f40ff...a11ef60:
  > a11ef60 chore(main): release 0.177.0 (# 2545)
  > e6e5ac5 chore(all): update all (# 2552)
  > 3eb92f1 fix: temp patch cloud.google.com/go ambiguity (# 2560)
  > 1b6db6c fix: split large compute file up (# 2546)
  > fb153c0 feat(all): auto-regenerate discovery clients (# 2556)
  > a5d7734 chore(deps): disable otel updates until Go 1.21 (# 2554)
  > 2f46e14 feat(all): auto-regenerate discovery clients (# 2553)
  > 4418f5f feat(all): auto-regenerate discovery clients (# 2551)
  > f9bf96d feat(all): auto-regenerate discovery clients (# 2550)
  > 32a5d10 feat(all): auto-regenerate discovery clients (# 2548)
  > 2f2505b feat: reduce code size by 29% (# 2544)
bumping knative.dev/networking 6886f78...d2ba339:
  > d2ba339 upgrade to latest dependencies (# 976)
bumping knative.dev/caching 7a4814e...0e575a3:
  > 0e575a3 upgrade to latest dependencies (# 860)
bumping golang.org/x/oauth2 d0e617c...84cb9f7:
  > 84cb9f7 oauth2: fix typo in comment
  > 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
  > e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
bumping google.golang.org/genproto/googleapis/rpc 8c6c420...8cf5692:
  > 8cf5692 chore(all): update all (# 1122)
bumping knative.dev/pkg b69fa27...f69d19c:
  > f69d19c Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (# 3029)
  > 13af413 Bump google.golang.org/api from 0.176.1 to 0.177.0 (# 3028)
bumping knative.dev/serving 4fe3de5...e3fa8d1:
  > e3fa8d1 Update net-istio nightly (# 15185)
  > 9f695f3 Update net-gateway-api nightly (# 15183)
  > 2ef687c upgrade to latest dependencies (# 15182)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed May 6, 2024
1 parent 4cf3209 commit fecf65e
Show file tree
Hide file tree
Showing 72 changed files with 1,374 additions and 773 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ require (
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/caching v0.0.0-20240426054828-7a4814e05165
knative.dev/caching v0.0.0-20240506061633-0e575a37752a
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0
knative.dev/networking v0.0.0-20240426014613-6886f781ea6a
knative.dev/pkg v0.0.0-20240429080158-b69fa2713537
knative.dev/serving v0.41.1-0.20240503121010-4fe3de547074
knative.dev/networking v0.0.0-20240506061839-d2ba339bd8b4
knative.dev/pkg v0.0.0-20240506063849-f69d19cde324
knative.dev/serving v0.41.1-0.20240506131807-e3fa8d10444b
)

require (
Expand Down Expand Up @@ -87,7 +87,7 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand All @@ -108,18 +108,18 @@ require (
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.20.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.176.1 // indirect
google.golang.org/api v0.177.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.0 // 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
Expand Down
36 changes: 18 additions & 18 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dv
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk=
github.com/klauspost/compress v1.16.6/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=
github.com/klauspost/compress v1.17.8/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
Expand Down Expand Up @@ -523,8 +523,8 @@ golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4Iltr
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
golang.org/x/oauth2 v0.19.0 h1:9+E/EZBCbTLNrbN35fHv/a/d/mOBatymz1zbtQrXpIg=
golang.org/x/oauth2 v0.19.0/go.mod h1:vYi7skDa1x015PmRRYZ7+s1cWyPgrPiSYRe4rnsexc8=
golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=
golang.org/x/oauth2 v0.20.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down Expand Up @@ -676,8 +676,8 @@ google.golang.org/api v0.25.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0M
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
google.golang.org/api v0.176.1 h1:DJSXnV6An+NhJ1J+GWtoF2nHEuqB1VNoTfnIbjNvwD4=
google.golang.org/api v0.176.1/go.mod h1:j2MaSDYcvYV1lkZ1+SMW4IeF90SrEyFA+tluDYWRrFg=
google.golang.org/api v0.177.0 h1:8a0p/BbPa65GlqGWtUKxot4p0TV8OGOfyTjtmkXNXmk=
google.golang.org/api v0.177.0/go.mod h1:srbhue4MLjkjbkux5p3dw/ocYOSZTaIEvf7bCOnFQDw=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
Expand Down Expand Up @@ -717,8 +717,8 @@ google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6D
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c h1:kaI7oewGK5YnVwj+Y+EJBO/YN1ht8iTL9XkFHtVZLsc=
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c/go.mod h1:VQW3tUculP/D4B+xVCo+VgSq8As6wA9ZjHl//pmk+6s=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be h1:LG9vZxsWGOmUKieR8wPAUR3u3MpnYFQZROPIMaXh7/A=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 h1:DujSIu+2tC9Ht0aPNA7jgj23Iq8Ewi5sgkQ++wdvonE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down Expand Up @@ -748,8 +748,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.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.0 h1:Qo/qEd2RZPCf2nKuorzksSknv0d3ERwp1vFG38gSmH4=
google.golang.org/protobuf v1.34.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
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 @@ -799,16 +799,16 @@ 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/caching v0.0.0-20240426054828-7a4814e05165 h1:C/AhVJOl86zUv6B0+zYc7N+hO18nhZEg5ltBKnKrORo=
knative.dev/caching v0.0.0-20240426054828-7a4814e05165/go.mod h1:a4mQuR5M4Vgdy/gwaecc5Z07qK7dXsvItdSRUCWPd5E=
knative.dev/caching v0.0.0-20240506061633-0e575a37752a h1:Q6buE+FhCXGPYhxvbxAB2UY5szSaSGpyMEHeJLY8GFs=
knative.dev/caching v0.0.0-20240506061633-0e575a37752a/go.mod h1:zPjmGwGIhQE6XQ33DNk4wcGozSI8wv5ZylgfW1REod0=
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0 h1:GRCZDU7GyuKnpm6L984hnsOBDR2qNBUgQS2bqBnqeq0=
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240426014613-6886f781ea6a h1:tQUkgznfWleM/DFnOl7IK9ghBIqoVO40GGNRHhMgyog=
knative.dev/networking v0.0.0-20240426014613-6886f781ea6a/go.mod h1:bb3B1eNMNO827kErNDGKYYiBgtlaR6T1DEDnfEad3q4=
knative.dev/pkg v0.0.0-20240429080158-b69fa2713537 h1:ZCAOdzhvd0XiXFc8FiEMeLhRtm2W3WRIoX4UnYaoRGo=
knative.dev/pkg v0.0.0-20240429080158-b69fa2713537/go.mod h1:w+HoJjceYoRP+xvxtOPlXRO/NIVe8Ca/CO3EAKFAbvo=
knative.dev/serving v0.41.1-0.20240503121010-4fe3de547074 h1:5z6FH9SarhOJ6iz3NRUKp0dU/efgdS6l4xc1XW+QqXk=
knative.dev/serving v0.41.1-0.20240503121010-4fe3de547074/go.mod h1:QAcxm9I/pk3Aezeq0pG0q+cam82kgyeQgk5q1bpNnF8=
knative.dev/networking v0.0.0-20240506061839-d2ba339bd8b4 h1:JALNZgRQXIt3cJxUJ0IB5S7nEkkG9It53731afUtAZI=
knative.dev/networking v0.0.0-20240506061839-d2ba339bd8b4/go.mod h1:hJ6eOCl576IkG4vfgf3awuSL/jGKGzyAExfmg/18si4=
knative.dev/pkg v0.0.0-20240506063849-f69d19cde324 h1:qYAn64yjCp9zpSrKRd2pAxNxOU19tLcHlNtspBPmZ8s=
knative.dev/pkg v0.0.0-20240506063849-f69d19cde324/go.mod h1:PQiq+p9Gr++TnU+w5P+ZpFS5MOwcMF6Y2oWFU8Ou7bw=
knative.dev/serving v0.41.1-0.20240506131807-e3fa8d10444b h1:iYxe33dLDmQuyx3aA6NG1ESvQwfMZECGTCiUztwhdTE=
knative.dev/serving v0.41.1-0.20240506131807-e3fa8d10444b/go.mod h1:6hKa5cH6CZL9Y+Ef1KySb+pfKl/dynp6Gh1fiFN63rY=
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
22 changes: 2 additions & 20 deletions vendor/github.com/klauspost/compress/.goreleaser.yml

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

66 changes: 65 additions & 1 deletion vendor/github.com/klauspost/compress/README.md

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

2 changes: 1 addition & 1 deletion vendor/github.com/klauspost/compress/SECURITY.md

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

3 changes: 1 addition & 2 deletions vendor/github.com/klauspost/compress/fse/bitwriter.go

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

Loading

0 comments on commit fecf65e

Please sign in to comment.