Skip to content

Commit c329d11

Browse files
committed
#5 test framework for multiple logfile tests
1 parent d6504b9 commit c329d11

File tree

5 files changed

+832
-758
lines changed

5 files changed

+832
-758
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
module github.com/fstab/grok_exporter
22

33
require (
4+
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
5+
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
46
github.com/prometheus/client_golang v0.9.2
57
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f
8+
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
69
github.com/sirupsen/logrus v1.3.0
710
golang.org/x/exp v0.0.0-20190121172915-509febef88a4
11+
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
812
gopkg.in/yaml.v2 v2.2.2
913
)

0 commit comments

Comments
 (0)