mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
11 lines
313 B
Modula-2
11 lines
313 B
Modula-2
|
module github.com/simonpasquier/klog-gokit
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/go-kit/kit v0.8.0
|
||
|
github.com/go-logfmt/logfmt v0.4.0 // indirect
|
||
|
github.com/go-stack/stack v1.8.0 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/stretchr/testify v1.2.2
|
||
|
)
|