mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
17 lines
389 B
AMPL
17 lines
389 B
AMPL
module enix.io/x509-exporter
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/pborman/getopt/v2 v2.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.14.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/stretchr/testify v1.6.1
|
|
k8s.io/api v0.19.2
|
|
k8s.io/apimachinery v0.19.2
|
|
k8s.io/client-go v0.19.2
|
|
)
|