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:
commit
b99a451e1d
4
go.mod
4
go.mod
@ -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
|
Loading…
x
Reference in New Issue
Block a user