forked from rebuy-de/exporter-merger
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
31 lines (29 loc) · 1.11 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
28
29
30
31
module github.com/6RiverSystems/exporter-merger
go 1.14
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/protobuf v1.0.0
github.com/hashicorp/hcl v1.0.0
github.com/inconshreveable/mousetrap v1.0.0
github.com/magiconair/properties v1.8.0
github.com/matttproud/golang_protobuf_extensions v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5
github.com/prometheus/common v0.0.0-20180110214958-89604d197083
github.com/rebuy-de/exporter-merger v0.3.0
github.com/sirupsen/logrus v1.0.4
github.com/spf13/afero v1.2.0
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.2-0.20180211162230-be77323fc051
github.com/spf13/jwalterweatherman v1.0.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a
golang.org/x/text v0.3.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v2 v2.2.2
)