mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 08:33:06 +00:00
9bb3555fe4
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module github.com/simonpasquier/klog-gokit
|
|
|
|
require (
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|
|
|
|
go 1.12
|