diff --git a/go.mod b/go.mod index a77a9bf84..89e1fc665 100644 --- a/go.mod +++ b/go.mod @@ -7,13 +7,7 @@ require ( github.com/MakeNowJust/heredoc v1.0.0 github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a github.com/enterprise-contract/enterprise-contract-controller/api v0.1.60 - github.com/enterprise-contract/go-gather/gather v0.0.4-0.20241009163919-f9697d385bbb - github.com/enterprise-contract/go-gather/gather/http v0.0.3-0.20241009005203-1e339603d9c3 - github.com/enterprise-contract/go-gather/gather/oci v0.0.5-0.20240923101526-bbc07b341aed - github.com/enterprise-contract/go-gather/metadata v0.0.3-0.20241009163919-f9697d385bbb - github.com/enterprise-contract/go-gather/metadata/file v0.0.2-0.20241009163919-f9697d385bbb - github.com/enterprise-contract/go-gather/metadata/git v0.0.3-0.20241009163919-f9697d385bbb - github.com/enterprise-contract/go-gather/metadata/oci v0.0.4-0.20241009163919-f9697d385bbb + github.com/enterprise-contract/go-gather v0.0.4 github.com/evanphx/json-patch v5.9.0+incompatible github.com/gkampitakis/go-snaps v0.5.7 github.com/go-git/go-git/v5 v5.12.0 @@ -165,13 +159,6 @@ require ( github.com/dustin/go-humanize v1.0.1 // indirect github.com/emicklei/go-restful/v3 v3.12.1 // indirect github.com/emirpasic/gods v1.18.1 // indirect - github.com/enterprise-contract/go-gather v0.0.4-0.20241009163919-f9697d385bbb // indirect - github.com/enterprise-contract/go-gather/expander v0.0.1 // indirect - github.com/enterprise-contract/go-gather/gather/file v0.0.2-0.20241009005203-1e339603d9c3 // indirect - github.com/enterprise-contract/go-gather/gather/git v0.0.6-0.20241009163919-f9697d385bbb // indirect - github.com/enterprise-contract/go-gather/metadata/http v0.0.2-0.20241009163919-f9697d385bbb // indirect - github.com/enterprise-contract/go-gather/saver v0.0.2 // indirect - github.com/enterprise-contract/go-gather/saver/file v0.0.1 // indirect github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect diff --git a/go.sum b/go.sum index 10cfd04a5..1222969ae 100644 --- a/go.sum +++ b/go.sum @@ -547,34 +547,8 @@ github.com/enterprise-contract/enterprise-contract-controller/api v0.1.60 h1:5gf github.com/enterprise-contract/enterprise-contract-controller/api v0.1.60/go.mod h1:R1eRwHUjcYWg4gJnv/zpEDog60J9wBqe2TIjlYFRUe8= github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241007145100-b55a3c374bf0 h1:NOJl3xiAa+oJjgiBxAm190oLv/3+4TbRekwyT64Rqn4= github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241007145100-b55a3c374bf0/go.mod h1:z38EKdKh4h7IP2gSfUUqEvalZBqs6AoLeWfUy34nQC8= -github.com/enterprise-contract/go-gather v0.0.4-0.20241009163919-f9697d385bbb h1:xEAfm//zUlKMV33K2hzWTUAN0qBFaQ5h/UXZfYVe7/o= -github.com/enterprise-contract/go-gather v0.0.4-0.20241009163919-f9697d385bbb/go.mod h1:CCVO9+s9CM1varvgiIS2l4Scgo6x/XQVzWCVN0lWl0U= -github.com/enterprise-contract/go-gather/expander v0.0.1 h1:CRJX7crqNyuuo82DtFbyIpJB/2hV62zWof4t1dOmCC0= -github.com/enterprise-contract/go-gather/expander v0.0.1/go.mod h1:bZ7oijDzlpY3gGc+H48YSsxbCEGxmsqQj+PxnYjtrjg= -github.com/enterprise-contract/go-gather/gather v0.0.4-0.20241009163919-f9697d385bbb h1:z4frhJQBIAqpLrMrJV09uLm9irUcIgRa0FCuNxdPe7M= -github.com/enterprise-contract/go-gather/gather v0.0.4-0.20241009163919-f9697d385bbb/go.mod h1:RjOVe9IcbHLn2EOK6Ac/sU+ZjJX01wQPsdq2j4MktE8= -github.com/enterprise-contract/go-gather/gather/file v0.0.2-0.20241009005203-1e339603d9c3 h1:43C7o7kcif+ScsL5KENall+MKuss/MTpsc4cGYGdKSU= -github.com/enterprise-contract/go-gather/gather/file v0.0.2-0.20241009005203-1e339603d9c3/go.mod h1:f/sSub01eVEuQd1NFWYb8ZJ58toWTFU1AdVypVuTUSo= -github.com/enterprise-contract/go-gather/gather/git v0.0.6-0.20241009163919-f9697d385bbb h1:zwO26wPvMc+0x4Y81DNoWGS+xHIK2AeMWPYx02swiaM= -github.com/enterprise-contract/go-gather/gather/git v0.0.6-0.20241009163919-f9697d385bbb/go.mod h1:8dLd8gobw9VTlBveuK/smLXdNmNYQKmbLSzNjjTpm64= -github.com/enterprise-contract/go-gather/gather/http v0.0.3-0.20241009005203-1e339603d9c3 h1:+QM4E5xgzLrq4ET6DIeWtDfUBIoCXIw8tTF29QVmkTg= -github.com/enterprise-contract/go-gather/gather/http v0.0.3-0.20241009005203-1e339603d9c3/go.mod h1:qb/kIRJXDmasYGXCFfNjLa/rkSzUpIdplCAqt8zfllw= -github.com/enterprise-contract/go-gather/gather/oci v0.0.5-0.20240923101526-bbc07b341aed h1:hEesi1UVFG8DPhOO7MDSwzABxYqR0S++wPxSmcLu42c= -github.com/enterprise-contract/go-gather/gather/oci v0.0.5-0.20240923101526-bbc07b341aed/go.mod h1:KpHOXO2fkYXxKPyxUPGunFBeTuwy7aZ9TJ9mVvfOmiQ= -github.com/enterprise-contract/go-gather/metadata v0.0.3-0.20241009163919-f9697d385bbb h1:tas5MWGFLy78XteiKHDBlNsXKVDBY13PW+eAO5s4jfM= -github.com/enterprise-contract/go-gather/metadata v0.0.3-0.20241009163919-f9697d385bbb/go.mod h1:61zwrsbS85d0fEUtM34Rfdz07KhDSBfwnqxTLqzjoy4= -github.com/enterprise-contract/go-gather/metadata/file v0.0.2-0.20241009163919-f9697d385bbb h1:1kdYoGzoBtAzBqu8GB7A5oDA0Q62eOpH/zVXc219tgU= -github.com/enterprise-contract/go-gather/metadata/file v0.0.2-0.20241009163919-f9697d385bbb/go.mod h1:PwGPhiuskbcewgVtxIh/Anv8RGgaON/WTWQFRM+Pw4E= -github.com/enterprise-contract/go-gather/metadata/git v0.0.3-0.20241009163919-f9697d385bbb h1:2k93ZA9qikRzBnKix4UE88LEiMDtrHpezQ7c2zqvbnA= -github.com/enterprise-contract/go-gather/metadata/git v0.0.3-0.20241009163919-f9697d385bbb/go.mod h1:gRUp8C+9YdCUl5lU+QjzFVlsih7XhDqNgxroOJynIRI= -github.com/enterprise-contract/go-gather/metadata/http v0.0.2-0.20241009163919-f9697d385bbb h1:Om2b5SvIaeOOvIkC5XaQa/yz7nA08sM9nlBkMvTimtg= -github.com/enterprise-contract/go-gather/metadata/http v0.0.2-0.20241009163919-f9697d385bbb/go.mod h1:p1Meh709ZkGA1SwBKUkPGWBsKDlXamlvWTCY2suPrjU= -github.com/enterprise-contract/go-gather/metadata/oci v0.0.4-0.20241009163919-f9697d385bbb h1:kPwfLAJnm7db4ajiph0gTHB72mELUfaaQiRlrBwoOkQ= -github.com/enterprise-contract/go-gather/metadata/oci v0.0.4-0.20241009163919-f9697d385bbb/go.mod h1:4sgFUcsIHizoYy35eoSS0v5u7qEY+r4QFL//jxGbbX8= -github.com/enterprise-contract/go-gather/saver v0.0.2 h1:+XeeuEzglzBxlTRD0boIqac7v4zI7g2g2es74iVTXgM= -github.com/enterprise-contract/go-gather/saver v0.0.2/go.mod h1:3f37v+I/EY8me7gaopGly107R7gqibR8UyBA3NgzMbo= -github.com/enterprise-contract/go-gather/saver/file v0.0.1 h1:rLDMb7AW5kJLqRaKXazZroT8wfqy43tth6O6XLKY0MY= -github.com/enterprise-contract/go-gather/saver/file v0.0.1/go.mod h1:qnNStNDYPJGjJunKANv6jq93ynndcfxmUoeYeBEnZEY= +github.com/enterprise-contract/go-gather v0.0.4 h1:ecQsWuNyPi59wkySm1JXIXIUp+Pta9ECl3PmhcV6Llc= +github.com/enterprise-contract/go-gather v0.0.4/go.mod h1:bWsDHJZRpdPoIwPQevpDiD4VF6fydTWZ0ocL2MmI6TE= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=