limiter: move to internal/backend

This commit is contained in:
Michael Eischer 2022-06-12 14:38:19 +02:00
parent 163ab9c025
commit a0cef9f247
7 changed files with 2 additions and 2 deletions

View file

@ -16,10 +16,10 @@ import (
"time"
"github.com/restic/restic/internal/backend"
"github.com/restic/restic/internal/backend/limiter"
"github.com/restic/restic/internal/backend/rest"
"github.com/restic/restic/internal/debug"
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/limiter"
"golang.org/x/net/context/ctxhttp"
"golang.org/x/net/http2"
)