Update ingress godeps
This commit is contained in:
parent
d43021b3f1
commit
28db8fb16d
1068 changed files with 461467 additions and 117300 deletions
3
vendor/github.com/jonboulle/clockwork/clockwork.go
generated
vendored
3
vendor/github.com/jonboulle/clockwork/clockwork.go
generated
vendored
|
|
@ -36,9 +36,6 @@ func NewRealClock() Clock {
|
|||
func NewFakeClock() FakeClock {
|
||||
return &fakeClock{
|
||||
l: sync.RWMutex{},
|
||||
|
||||
// use a fixture that does not fulfill Time.IsZero()
|
||||
time: time.Date(1900, time.January, 1, 0, 0, 0, 0, time.UTC),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue