-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
27 lines (25 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 v1.3.1
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/serf v0.8.5 // indirect
github.com/hpcloud/tail v1.0.0
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/stretchr/testify v1.4.0 // indirect
github.com/vjeantet/grok v1.0.0
github.com/yosida95/uritemplate v0.0.0-20170413134207-5c22f358020b
golang.org/x/sys v0.0.0-20191105142833-ac3223d80179
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