From ab80d07b853e79f4b56178d368778554642b15de Mon Sep 17 00:00:00 2001 From: robnester-rh Date: Fri, 6 Sep 2024 15:06:03 -0400 Subject: [PATCH] EC-863 failure to download policy from local paths Updated go-gather/ghater/file ref for fix. See https://github.com/enterprise-contract/go-gather/pull/103 and https://github.com/enterprise-contract/go-gather/pull/105 for details on the root cause Signed-off-by: robnester-rh --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 695fe9ef7..76940eb21 100644 --- a/go.mod +++ b/go.mod @@ -165,7 +165,7 @@ require ( github.com/emirpasic/gods v1.18.1 // indirect github.com/enterprise-contract/go-gather v0.0.3 // indirect github.com/enterprise-contract/go-gather/expander v0.0.1 // indirect - github.com/enterprise-contract/go-gather/gather/file v0.0.1 // indirect + github.com/enterprise-contract/go-gather/gather/file v0.0.2-0.20240906185922-e8ebd246dc19 // indirect github.com/enterprise-contract/go-gather/gather/git v0.0.5 // indirect github.com/enterprise-contract/go-gather/gather/http v0.0.2 // indirect github.com/enterprise-contract/go-gather/gather/oci v0.0.4 // indirect diff --git a/go.sum b/go.sum index 3da557a8f..2d0c17742 100644 --- a/go.sum +++ b/go.sum @@ -555,6 +555,8 @@ github.com/enterprise-contract/go-gather/gather v0.0.3 h1:rSOLqY+ydsqMtqx4IZ+jQK github.com/enterprise-contract/go-gather/gather v0.0.3/go.mod h1:chij1Nq6vbJP/2sii0sxCuwvrJCJV3hEbH1PpJ/DhwQ= github.com/enterprise-contract/go-gather/gather/file v0.0.1 h1:UOec5Gc7+Q9u3x0Cyw8l2JDYCH7RTtHVnC57Rqs0Nyg= github.com/enterprise-contract/go-gather/gather/file v0.0.1/go.mod h1:tHsShLa5XpNSZbH8paHZR3Ltgu/7wtxpdCTVP8EXk/U= +github.com/enterprise-contract/go-gather/gather/file v0.0.2-0.20240906185922-e8ebd246dc19 h1:RJuPPINRrFoo8VQxJgmCeCp+JeH0058vfUOmSvZwj7k= +github.com/enterprise-contract/go-gather/gather/file v0.0.2-0.20240906185922-e8ebd246dc19/go.mod h1:xQ3WyIZBpJ00WMo49WWL6kQ0zSj/NZ20lB3rM1sLGoU= github.com/enterprise-contract/go-gather/gather/git v0.0.5 h1:fWz0D42Lv2AjKkQCTfv+i5bJOOVD0RusaLTJuGfcIvc= github.com/enterprise-contract/go-gather/gather/git v0.0.5/go.mod h1:jEtaBsc8a4AsbXRwZaDPQAW9t5bNU/GvwNgYLAgwDhE= github.com/enterprise-contract/go-gather/gather/http v0.0.2 h1:Cwx+R2ECbpFZlYDD62h5lRrV/zyspxt2TOuWH8HlqYE=