mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
df43594957
* Use jsonnet-bundler 0.4.0 * Add a Makefile for simplicity * Use go.mod to lock tools to specific versions * Use temporary directory to store tooling binaries * Speed up cloning mixin by remove --filter
9 lines
257 B
Modula-2
9 lines
257 B
Modula-2
module github.com/monitoring-mixins/website/hack
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/brancz/gojsontoyaml v0.0.0-20191212081931-bf2969bbd742
|
|
github.com/google/go-jsonnet v0.16.1-0.20200703153429-aaf50f5b655f
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
|
)
|