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

Merge pull request #687 from wtfutil/20191010-fix-go-mod

An attempt to fix Dependabot's parsing issue
This commit is contained in:
Chris Cummer 2019-10-10 20:48:10 -07:00 committed by GitHub
commit b99a451e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
go.mod
View File

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