Manuel Rüger d32d651d63
go.mod: Vendor newer prometheus and k8s (#990)
This vendors a later version of prometheus' golang client (0.8.0 ->
0.9.4) to allow `go mod tidy`to work properly.
It also updates the k8s libraries from 0.18.6 to 0.18.8 to avoid
hitting https://github.com/kubernetes/kubernetes/issues/91073
2020-09-30 09:40:07 +05:30

9 lines
126 B
Modula-2

module github.com/evanphx/json-patch
go 1.12
require (
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.8.1
)