mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
19 lines
515 B
AMPL
19 lines
515 B
AMPL
module enix.io/x509-certificate-exporter
|
|
|
|
go 1.16
|
|
|
|
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
|
|
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
k8s.io/api v0.19.2
|
|
k8s.io/apimachinery v0.19.2
|
|
k8s.io/client-go v0.19.2
|
|
)
|