buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
137 stars 91 forks source link

Don't depend on go-jsonnet twice #204

Closed EdSchouten closed 5 months ago

EdSchouten commented 5 months ago

It looks like we're currently both importing it as a module, and dragging it in through Gazelle. Let's only do the former. This does require us to put a 'gazelle:resolve' in BUILD.bazel to rewrite the Go package name for go-jsonnet to what's offered by the module.