-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
21 lines (19 loc) · 733 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/GrupaPracuj/iislog-prometheus-exporter
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/fsnotify/fsnotify v1.4.7
github.com/hashicorp/consul/api v1.9.0
github.com/hashicorp/hcl v1.0.0
github.com/hpcloud/tail v1.0.0
github.com/mitchellh/cli v1.1.0
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/prometheus/client_golang v1.11.1
github.com/vjeantet/grok v1.0.0
github.com/yosida95/uritemplate v0.0.0-20170413134207-5c22f358020b
golang.org/x/sys v0.29.0
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
go 1.13