mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
611e879309
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200223170610-d5e6a3e2c0ae to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
784 B
Modula-2
23 lines
784 B
Modula-2
module github.com/monitoring-mixins/website/hack
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/brancz/gojsontoyaml v0.0.0-20191212081931-bf2969bbd742
|
|
github.com/google/go-jsonnet v0.18.0
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/pkg/errors v0.8.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|