fasterci / rules_gitops

Apache License 2.0
17 stars 6 forks source link

create a github.com/fasterci/rules_gitops/testing/it_sidecar/client go module #39

Closed apesternikov closed 2 months ago

apesternikov commented 2 months ago

adding a dependency to github.com/fasterci/rules_gitops/testing/it_sidecar/client in go test is required to interact with it sidecar. Adding github.com/fasterci/rules_gitops module brings a lot of unnecessary dependencies while the sidecar client only requires a standard library. Adding a module would fix that.