diff options
Diffstat (limited to 'pkg/eventchannel/rate.go')
-rw-r--r-- | pkg/eventchannel/rate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/eventchannel/rate.go b/pkg/eventchannel/rate.go index 179226c92..74960e16a 100644 --- a/pkg/eventchannel/rate.go +++ b/pkg/eventchannel/rate.go @@ -15,8 +15,8 @@ package eventchannel import ( - "github.com/golang/protobuf/proto" "golang.org/x/time/rate" + "google.golang.org/protobuf/proto" ) // rateLimitedEmitter wraps an emitter and limits events to the given limits. |