Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping github.com/hashicorp/go-cleanhttp eda1e5d...6d9e2ac:
  > 6d9e2ac Add ForceAttemptHTTP2 true to default transport
  > d3fcbee Fix tests against newer Go
bumping knative.dev/eventing 825202f...a6ac811:
  > a6ac811 [main] Upgrade to latest dependencies (# 8032)
  > c5ac18a Update Github actions automatically (# 7942)
  > e36a2cf Use `knative/actions/setup-go` to be in sync with other projects (# 8044)
  > 922edf2 Remove unneeded replaces in go.mod (# 8033)
  > 0f71292 [main] Upgrade to latest dependencies (# 8029)
  > 9cf272a Event Type API: updated test name to avoid confusion (# 8030)
  > 6352784 Updating RetryableHttp lib to latest (# 8026)
  > d4e647d List applying policies in Channel and propagate EventPolicies to underlying channel (# 8014)
  > 7253b36 Add EventPolicy resource for rekt tests (# 8010)
  > e21311d [main] Upgrade to latest dependencies (# 8019)
  > 36c904a Fix test case in `TestCreateExpectedEventDeliveryMap` (# 8023)
bumping knative.dev/pkg fc0720b...3f6a546:
  > 3f6a546 Fix rand source in name (# 3070)
  > ee1db86 Update linter config and address lint warnings/failures (# 3068)
  > 26bc7b4 Register AuthenticatableType in schema (# 3069)
  > 8535fcc gofumpt the repo (# 3067)
bumping github.com/hashicorp/go-retryablehttp 37b3e74...1542b31:
  > 1542b31 v0.7.7
  > defb9f4 v0.7.7
  > a99f07b Merge pull request # 158 from dany74q/danny/redacted-url-in-logs
  > 86e852d Merge pull request # 227 from hashicorp/dependabot/github_actions/actions/checkout-4.1.6
  > 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs
  > 490fc06 Merge pull request # 226 from testwill/ioutil
  > 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6
  > b2aee50 Copied Redacted() implementation from go 1.15
  > d969eaa Merge pull request # 225 from hashicorp/manicminer-patch-2
  > f3e9417 chore: remove refs to deprecated io/ioutil
  > 65e8765 Apparently Redacted() was added in go 1.15
  > 1643719 Merge pull request # 210 from tomclegg/noretry-header-cert
  > 2ad8ed4 v0.7.6
  > 28e8f81 Redacted URL in logs / errors
  > 4fb315e Merge pull request # 224 from hashicorp/tooling/pr-actions
  > eb08cce Merge branch 'main' into noretry-header-cert
  > 4077b29 Changelog for # 210
  > ff6d014 Merge pull request # 139 from ash2k/ash2k/cleanups
  > e6c9acc Merge pull request # 223 from hashicorp/manicminer-patch-1
  > f67cc6e deprecations, linting
  > a1a8ab8 Fix certificate error detection on Go 1.20 and 1.21.
  > 789d441 Merge pull request # 140 from ash2k/ash2k/new-request
  > dbd0367 Move logging-related code under the if condition
  > ca91556 Merge pull request # 216 from mgwoj/main
  > 6d0f2e8 Changelog updates for # 138, # 197, # 216
  > e82c700 GHA workflows for unit tests
  > a004c57 Don't retry after "invalid request header" error.
  > 2ca4456 Merge pull request # 141 from ash2k/ash2k/new-req-with-ctx
  > bced3ed WithContext should return a new Request
  > 2467a3e Stop timer to free up resources when its no longer needed
  > 8db2bb6 Merge pull request # 197 from longshine/avoid-read-from-bytes-reader
  > edadfe1 DXE-3480 Simplify code for PrepareRetry
  > 834d13d update go version
  > 4165cf8 Merge pull request # 209 from hashicorp/v0.7.5-changelog
  > 02c1586 Merge pull request # 131 from hashicorp/add-service-unavailable-to-default-backoff-retry-after
  > 7732f57 NewRequestWithContext support
  > 23b650d Use a constant
  > 22668fb Merge pull request # 155 from mkevac/patch-1
  > 4b2663e Merge branch 'main' into avoid-read-from-bytes-reader
  > c5939ed Update go.mod
  > 309c58e Merge pull request # 207 from hashicorp/sebasslash/handle-go-away
  > 6c37e02 v0.7.5 changelog update
  > 991b9d0 Align ErrorPropagatedRetryPolicy with DefaultRetryPolicy (# 116)
  > 207df31 add StatusServiceUnavailable to Retry-After check in DefaultBackoff
  > 7fab210 Merge pull request # 138 from justenwalker/support-retryafter-date
  > 676f2f0 Change URL from godoc to pkg.go.dev in README.md
  > 3899851 Avoid read all from bytes.Reader when get request body
  > acbc97c Merge pull request # 218 from hashicorp/maintainer-codeowner
  > 8eb50ac DXE-3480 Re-sign request on retry
  > 571a88b Merge pull request # 198 from hashicorp/changelog/0.7.4
  > f95735f Update workflow to use go v1.18
  > 6861976 We now need Go 1.13. (# 107)
  > 3a6bfc5 Merge pull request # 222 from hashicorp/dependabot/github_actions/actions/checkout-4.1.5
  > a2dbf01 Merge branch 'main' into support-retryafter-date
  > 2bcd5fe Merge pull request # 185 from hashicorp/claire/remove-cci-config
  > 40a3a33 Change of maintainer
  > 25093ac DXE-3480 Unit test
  > 1cf45ee Merge pull request # 194 from hashicorp/bugfix/post-empty-body-content-length
  > 9fa4539 fix changelog for v0.7.4
  > 9bb2062 Sets request's GetBody field on wrapper
  > 838a502 Merge pull request # 221 from hashicorp/dependabot/github_actions/actions/setup-go-5.0.1
  > 4c2e07b Bump actions/checkout from 3.5.0 to 4.1.5
  > f2396f0 remove regexp for parseRetryAfterHeader
  > 5322c00 Merge pull request # 184 from hashicorp/convert-hashicorp-go-retryablehttp-to-actions-20230403-212814
  > 82ed15f remove CCI config
  > b2e8d9b DXE-3480 Configurable retry
  > d11b06c Merge pull request # 195 from hashicorp/start_changelog
  > 7bf089a Bugfix: fix mishandling of POST requests with no body, causing net/http to send request without a Content-Length
  > 5e80914 Merge pull request # 219 from hashicorp/dependabot/github_actions/actions/cache-4.0.2
  > 0032337 Bump actions/setup-go from 4.0.0 to 5.0.1
  > 012f144 tests: add test cases for parseRetryAfterHeader
  > eadc880 [COMPLIANCE] Add Copyright and License Headers (# 180)
  > 1165860 PR feedback
  > c872c98 DXE-3480 Re-sign request on retry
  > ee107da Start changelog file
  > 1661d7b Bump actions/cache from 3.2.6 to 4.0.2
  > 0ed3cd7 tests: helper to set static time.Now
  > 8fcd8cd Add more nil Logger tests (# 183)
  > d77790c last minute clean up
  > 0dc51cc tests: fix DefaultBackoff case
  > 7f63866 Merge pull request # 174 from hashicorp/compliance/add-license
  > 1ceb4de add setup go
  > e16f958 support HTTPDate in Retry-After header
  > a53bec1 Run go mod tidy
  > b94a257 [COMPLIANCE] Update MPL-2.0 LICENSE
  > ff1a967 remove unknown cmd
  > 0489443 Update go-cleanhttp to v0.5.2 (# 178)
  > 3a6ed80 add gotestsum
  > 493aa4c Merge pull request # 164 from hashicorp/docs
  > e39c7c4 test
  > 98169fe Merge pull request # 161 from hashicorp/retry-extra-handling
  > b0b7363 PR feedback
  > e20c187 Add CODEOWNERS
  > 5bd1a6f addressing comments v2
  > fb2a4c5 improve docs for response handlers
  > 7a652ae Add dependabot
  > 8efde52 fix README toy example
  > 0c83c6c Add actionslint
  > 78bf734 addressing comments
  > 9f67a2a Restrict workflow permissions
  > c9eb34c accepting README.md suggestion
  > fe5cccf SHA-pin all 3rd-party actions
  > 5081362 add new response handler method to README
  > e8eb669 Add workflow hashicorp/go-retryablehttp/go-retryablehttp
  > 5e7d7d1 add option to pass retryable response handler
  > af0a5a3 fixing existing tests

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Jun 27, 2024
1 parent 4d1c709 commit 70ebc13
Show file tree
Hide file tree
Showing 86 changed files with 584 additions and 293 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cloudevents/sdk-go/v2 v2.15.2
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/golang-lru v1.0.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/nats-io/nats-server/v2 v2.8.4
Expand All @@ -22,15 +22,15 @@ require (
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/eventing v0.41.1-0.20240621162417-825202fdffc5
knative.dev/eventing v0.41.1-0.20240627060150-a6ac8111e82f
knative.dev/hack v0.0.0-20240607132042-09143140a254
knative.dev/hack/schema v0.0.0-20240607132042-09143140a254
knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660
knative.dev/pkg v0.0.0-20240626134149-3f6a546ac3a4
knative.dev/reconciler-test v0.0.0-20240618170853-5bf0b86114f8
)

require (
github.com/hashicorp/go-retryablehttp v0.6.7
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/rickb777/date v1.13.0
github.com/stretchr/testify v1.9.0
)
Expand Down Expand Up @@ -67,7 +67,6 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/raft v1.5.0 // indirect
github.com/imdario/mergo v0.3.9 // indirect
Expand Down
29 changes: 16 additions & 13 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH
github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg=
github.com/evanphx/json-patch/v5 v5.9.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
Expand Down Expand Up @@ -231,18 +232,18 @@ github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4G
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-hclog v1.5.0 h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
github.com/hashicorp/go-immutable-radix v1.0.0 h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=
github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
github.com/hashicorp/go-msgpack v0.5.5 h1:i9R9JSrqIz0QVLz3sz+i3YJdT7TTSLcfLLzJi9aZTuI=
github.com/hashicorp/go-msgpack v0.5.5/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM=
github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs=
github.com/hashicorp/go-retryablehttp v0.6.7 h1:8/CAEZt/+F7kR7GevNHulKkUjLht3CPmn7egmhieNKo=
github.com/hashicorp/go-retryablehttp v0.6.7/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY=
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
Expand Down Expand Up @@ -296,11 +297,13 @@ github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czP
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=
Expand Down Expand Up @@ -863,14 +866,14 @@ 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/eventing v0.41.1-0.20240621162417-825202fdffc5 h1:yucO8KHZwZzfI9Y4526eB5xRcY7SLqVqevqSRk+88Ko=
knative.dev/eventing v0.41.1-0.20240621162417-825202fdffc5/go.mod h1:o6FjbuGhX9faLv57flszVIvbEw++dBpeuD/xExAEagc=
knative.dev/eventing v0.41.1-0.20240627060150-a6ac8111e82f h1:FuJQSlda7F1Yk1eaSSvWXq7ic9h4Lo/s9EjMnKCoFcg=
knative.dev/eventing v0.41.1-0.20240627060150-a6ac8111e82f/go.mod h1:3h0QrfHELs61mrTI4GDPEQh4rwsap0YYA5XgRrNgnlc=
knative.dev/hack v0.0.0-20240607132042-09143140a254 h1:1YFnu3U6dWZg0oxm6GU8kEdA9A+BvSWKJO7sg3N0kq8=
knative.dev/hack v0.0.0-20240607132042-09143140a254/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/hack/schema v0.0.0-20240607132042-09143140a254 h1:b9hFHGtxx0Kpm4EEjSD72lL0jms91To3OEVBTbqfOYI=
knative.dev/hack/schema v0.0.0-20240607132042-09143140a254/go.mod h1:3pWwBLnTZSM9psSgCAvhKOHIPTzqfEMlWRpDu6IYhK0=
knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660 h1:SYPUGNPA/egS+u6oa6q1kN3Ec+z+we/hPrWie7qhLUg=
knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660/go.mod h1:Wikg4u73T6vk9TctrxZt60VXzqmGEQIx0iKfk1+9o4c=
knative.dev/pkg v0.0.0-20240626134149-3f6a546ac3a4 h1:slPKf3UKdBFZlz+hFy+KXzTgY9yOePLzRuEhKzgc5a4=
knative.dev/pkg v0.0.0-20240626134149-3f6a546ac3a4/go.mod h1:Wikg4u73T6vk9TctrxZt60VXzqmGEQIx0iKfk1+9o4c=
knative.dev/reconciler-test v0.0.0-20240618170853-5bf0b86114f8 h1:A+rsitEiTX3GudM51g7zUMza+Ripj+boncmlJ2jZp50=
knative.dev/reconciler-test v0.0.0-20240618170853-5bf0b86114f8/go.mod h1:2uUx3U6kdIzgJgMGgrGmdDdcFrFiex/DjuI2gM7Tte8=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/go-cleanhttp/cleanhttp.go

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

1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/go-retryablehttp/.go-version

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

33 changes: 33 additions & 0 deletions vendor/github.com/hashicorp/go-retryablehttp/CHANGELOG.md

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

1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/go-retryablehttp/CODEOWNERS

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

2 changes: 2 additions & 0 deletions vendor/github.com/hashicorp/go-retryablehttp/LICENSE

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/hashicorp/go-retryablehttp/Makefile

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/hashicorp/go-retryablehttp/README.md

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

14 changes: 14 additions & 0 deletions vendor/github.com/hashicorp/go-retryablehttp/cert_error_go119.go

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

14 changes: 14 additions & 0 deletions vendor/github.com/hashicorp/go-retryablehttp/cert_error_go120.go

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

Loading

0 comments on commit 70ebc13

Please sign in to comment.