mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
add comment for honnef.co/go/tools
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
1a0a570c91
commit
f6f2778528
2
go.mod
2
go.mod
|
@ -143,6 +143,8 @@ require (
|
|||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
||||
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.0
|
||||
// honnef.co/go/tools is pinned to the next branch which supports Go modules.
|
||||
// TODO: switch back to master once it is up-to-date.
|
||||
honnef.co/go/tools v0.0.0-20180910201051-f1b53a58b022
|
||||
k8s.io/api v0.0.0-20180628040859-072894a440bd
|
||||
k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d
|
||||
|
|
Loading…
Reference in a new issue