-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 861 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/thehivecorporation/log
go 1.14
require (
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/fatih/color v1.13.0
github.com/go-logfmt/logfmt v0.3.0
github.com/golang/protobuf v0.0.0-20171113180720-1e59b77b52bf // indirect
github.com/influxdata/influxdb v1.4.2
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.0 // indirect
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
github.com/prometheus/common v0.0.0-20171117163051-2e54d0b93cba // indirect
github.com/prometheus/procfs v0.0.0-20171017214025-a6e9df898b13 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)