11 lines
399 B
Modula-2
11 lines
399 B
Modula-2
module github.com/czerwonk/bird_exporter
|
|
|
|
require (
|
|
github.com/czerwonk/bird_socket v0.0.0-20170701072538-fe8194eb5598
|
|
github.com/czerwonk/testutils v0.0.0-20170526233935-dd9dabe360d4
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/prometheus/common v0.7.0
|
|
)
|