glide up
This commit is contained in:
2
vendor/github.com/go-kit/kit/ratelimit/token_bucket.go
generated
vendored
2
vendor/github.com/go-kit/kit/ratelimit/token_bucket.go
generated
vendored
@@ -1,11 +1,11 @@
|
||||
package ratelimit
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"time"
|
||||
|
||||
"github.com/juju/ratelimit"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/go-kit/kit/endpoint"
|
||||
)
|
||||
|
2
vendor/github.com/go-kit/kit/ratelimit/token_bucket_test.go
generated
vendored
2
vendor/github.com/go-kit/kit/ratelimit/token_bucket_test.go
generated
vendored
@@ -1,12 +1,12 @@
|
||||
package ratelimit_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
"math"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
jujuratelimit "github.com/juju/ratelimit"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/go-kit/kit/endpoint"
|
||||
"github.com/go-kit/kit/ratelimit"
|
||||
|
Reference in New Issue
Block a user