Adds support for line-column numbers for invalid rules, promtool (#6533)
Signed-off-by:
Harkishen Singh <harkishensingh@hotmail.com>
... | ... | @@ -50,6 +50,7 @@ require ( |
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2 | ||
k8s.io/api v0.0.0-20190813020757-36bff7324fb7 | ||
k8s.io/apimachinery v0.0.0-20190809020650-423f5d784010 | ||
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab | ||
... | ... |
... | ... | @@ -482,6 +482,8 @@ gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bl |
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= | ||
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | ||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2 h1:XZx7nhd5GMaZpmDaEHFVafUZC7ya0fuo7cSJ3UCKYmM= | ||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= | ||
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= | ||
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= | ||
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.