9f265beb2b
and add unit test for it Change-Id: Icb7691c1f520a357f214b8cae19a748c278b22c9
23 lines
815 B
Modula-2
23 lines
815 B
Modula-2
module github.com/vexxhost/node-labeler
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/avast/retry-go v2.6.0+incompatible
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
|
github.com/googleapis/gnostic v0.3.1 // indirect
|
|
github.com/gosimple/slug v1.7.0
|
|
github.com/jaypipes/ghw v0.5.0
|
|
github.com/prometheus/common v0.7.0
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
k8s.io/api v0.0.0-20190905160310-fb749d2f1064
|
|
k8s.io/apimachinery v0.0.0-20190831074630-461753078381
|
|
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
|
|
k8s.io/utils v0.0.0-20190907131718-3d4f5b7dea0b // indirect
|
|
)
|