13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-04 02:19:31 +00:00

Revert "fix: retry on download errors (#274)" (#279)

This reverts commit 50ce5f8ecb.
This commit is contained in:
Yann Hamon 2024-07-29 10:37:43 +02:00 committed by GitHub
parent 50ce5f8ecb
commit 706cd56e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 48 additions and 2130 deletions

5
go.mod
View file

@ -6,8 +6,3 @@ require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
sigs.k8s.io/yaml v1.4.0
)
require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
)