jimmidyson / configmap-reload

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated
Apache License 2.0
986 stars 193 forks source link

Dependency on very old sys package #29

Closed janotav closed 5 years ago

janotav commented 5 years ago

Hi,

I have very limited knowledge about GO, so I might be completely off, so please bear with me if that is the case...

It seems that this projects depends on very old version of "golang.org/x/sys". When building the version listed in go.mod is v0.0.0-20150901164945-9c60d1c508f5, which is about 4 years old.

We would like to use the configmap-reload (through prometheus-operator helm chart), but my company has very strict policies when old versions of (four-party) software would be used. Could you please update the dependency to a more recent one?

jimmidyson commented 5 years ago

Fixed in #31