diff --git a/gather/git/go.mod b/gather/git/go.mod index 413411c..138cb55 100644 --- a/gather/git/go.mod +++ b/gather/git/go.mod @@ -3,7 +3,7 @@ module github.com/enterprise-contract/go-gather/gather/git go 1.21.9 require ( - github.com/enterprise-contract/go-gather v0.0.1 + github.com/enterprise-contract/go-gather v0.0.3 github.com/enterprise-contract/go-gather/metadata v0.0.2 github.com/enterprise-contract/go-gather/metadata/git v0.0.1 github.com/go-git/go-git/v5 v5.12.0 diff --git a/gather/git/go.sum b/gather/git/go.sum index 3f3ba0a..b075e3d 100644 --- a/gather/git/go.sum +++ b/gather/git/go.sum @@ -25,6 +25,8 @@ github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/enterprise-contract/go-gather v0.0.1 h1:B1n4zTWd+hd85E3+M/iwY/BelyDFdF5TuqWDX56O5BE= github.com/enterprise-contract/go-gather v0.0.1/go.mod h1:gXqnYRW9uTD06xli3pE+9cwtPVcIdqyPIqBcKQ+kK8I= +github.com/enterprise-contract/go-gather v0.0.3 h1:Qh4CJhOPdMit4Z/BK3rv7S3GkZ5XLzAlAus1eMKLDA4= +github.com/enterprise-contract/go-gather v0.0.3/go.mod h1:gXqnYRW9uTD06xli3pE+9cwtPVcIdqyPIqBcKQ+kK8I= github.com/enterprise-contract/go-gather/metadata v0.0.1 h1:lpYbDGWWDxJuZ24Prrbec9/4CqhhVsMfOGWg2jrDehg= github.com/enterprise-contract/go-gather/metadata v0.0.1/go.mod h1:m2HxByQBWZyc99HDs/Lqy7QzU9+XQ2tU0X/mzkCPgPw= github.com/enterprise-contract/go-gather/metadata v0.0.2 h1:BxPXXZFjX7lrYnlJosPmvISgjF13HpawEtZTDxjnjcQ= diff --git a/gather/go.mod b/gather/go.mod index 879022b..9e48ca3 100644 --- a/gather/go.mod +++ b/gather/go.mod @@ -3,7 +3,7 @@ module github.com/enterprise-contract/go-gather/gather go 1.21.9 require ( - github.com/enterprise-contract/go-gather v0.0.2 + github.com/enterprise-contract/go-gather v0.0.3 github.com/enterprise-contract/go-gather/gather/file v0.0.1 github.com/enterprise-contract/go-gather/gather/git v0.0.2 github.com/enterprise-contract/go-gather/gather/http v0.0.1 diff --git a/gather/go.sum b/gather/go.sum index 3726317..36cb1c3 100644 --- a/gather/go.sum +++ b/gather/go.sum @@ -25,6 +25,8 @@ github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/enterprise-contract/go-gather v0.0.2 h1:MSUKJlWX4eUD4i/32wBRVS5HNUL5fnxTpls7ghW7jdc= github.com/enterprise-contract/go-gather v0.0.2/go.mod h1:gXqnYRW9uTD06xli3pE+9cwtPVcIdqyPIqBcKQ+kK8I= +github.com/enterprise-contract/go-gather v0.0.3 h1:Qh4CJhOPdMit4Z/BK3rv7S3GkZ5XLzAlAus1eMKLDA4= +github.com/enterprise-contract/go-gather v0.0.3/go.mod h1:gXqnYRW9uTD06xli3pE+9cwtPVcIdqyPIqBcKQ+kK8I= 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/file v0.0.1 h1:UOec5Gc7+Q9u3x0Cyw8l2JDYCH7RTtHVnC57Rqs0Nyg= diff --git a/gather/http/go.mod b/gather/http/go.mod index 5deca9e..b2d8942 100644 --- a/gather/http/go.mod +++ b/gather/http/go.mod @@ -3,7 +3,7 @@ module github.com/enterprise-contract/go-gather/gather/http go 1.21.9 require ( - github.com/enterprise-contract/go-gather v0.0.1 + github.com/enterprise-contract/go-gather v0.0.3 github.com/enterprise-contract/go-gather/metadata v0.0.2 github.com/enterprise-contract/go-gather/metadata/http v0.0.1 github.com/enterprise-contract/go-gather/saver v0.0.1 diff --git a/gather/http/go.sum b/gather/http/go.sum index 7785cc2..dd0d2ad 100644 --- a/gather/http/go.sum +++ b/gather/http/go.sum @@ -3,6 +3,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/enterprise-contract/go-gather v0.0.1 h1:B1n4zTWd+hd85E3+M/iwY/BelyDFdF5TuqWDX56O5BE= github.com/enterprise-contract/go-gather v0.0.1/go.mod h1:gXqnYRW9uTD06xli3pE+9cwtPVcIdqyPIqBcKQ+kK8I= +github.com/enterprise-contract/go-gather v0.0.3 h1:Qh4CJhOPdMit4Z/BK3rv7S3GkZ5XLzAlAus1eMKLDA4= +github.com/enterprise-contract/go-gather v0.0.3/go.mod h1:gXqnYRW9uTD06xli3pE+9cwtPVcIdqyPIqBcKQ+kK8I= github.com/enterprise-contract/go-gather/metadata v0.0.1 h1:lpYbDGWWDxJuZ24Prrbec9/4CqhhVsMfOGWg2jrDehg= github.com/enterprise-contract/go-gather/metadata v0.0.1/go.mod h1:m2HxByQBWZyc99HDs/Lqy7QzU9+XQ2tU0X/mzkCPgPw= github.com/enterprise-contract/go-gather/metadata v0.0.2 h1:BxPXXZFjX7lrYnlJosPmvISgjF13HpawEtZTDxjnjcQ=