1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

An attempt to fix Dependabot's parsing issue

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer 2019-10-10 20:41:52 -07:00
parent 5937dcc645
commit 9e1b660e61

4
go.mod
View File

@ -2,8 +2,6 @@ module github.com/wtfutil/wtf
go 1.12 go 1.12
replace github.com/yfronto/newrelic => ./vendor/github.com/yfronto/newrelic
require ( require (
cloud.google.com/go v0.46.3 // indirect cloud.google.com/go v0.46.3 // indirect
code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c
@ -82,3 +80,5 @@ require (
k8s.io/client-go v12.0.0+incompatible k8s.io/client-go v12.0.0+incompatible
k8s.io/klog v1.0.0 // indirect k8s.io/klog v1.0.0 // indirect
) )
replace github.com/yfronto/newrelic => ./vendor/github.com/yfronto/newrelic