monitoring-mixins / mixtool

mixtool is a helper for easily working with jsonnet mixins.
Apache License 2.0
139 stars 15 forks source link

Installation issue #41

Closed woraccmsq closed 2 years ago

woraccmsq commented 3 years ago

GO111MODULE=on go get -u github.com/monitoring-mixins/mixtool/cmd/mixtool

go: downloading github.com/monitoring-mixins/mixtool v0.0.0-20210817124007-bca30663e83c


go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

Could you please provide other way to install?