elastic / stream

Test utility for streaming data via udp/tcp/tls/webhook/GCP Pub-Sub/Kafka.
https://container-library.elastic.co/r/observability/stream
Apache License 2.0
8 stars 13 forks source link

Add tools pkg to version control our build dependencies #81

Closed andrewkroh closed 6 months ago

andrewkroh commented 6 months ago

Add a tools.go file that contains imports for the build tools that are used from the Makefile. This helps ensure we have reproducible builds.

I'm not worried about bloat in go.mod because this package is not a library (we should adopt internal/ for the code).

elasticmachine commented 6 months ago

:green_heart: Build Succeeded

History