mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-21 08:33:05 +00:00
13 lines
346 B
Modula-2
13 lines
346 B
Modula-2
module github.com/weaveworks/billing-client
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fluent/fluent-logger-golang v1.5.0
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.5.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
|
github.com/weaveworks/common v0.0.0-20200310113808-2708ba4e60a4
|
|
)
|