mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-27 22:49:40 -08: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
|