azure: User internal errors package

This commit is contained in:
Alexander Neumann 2017-08-05 21:46:15 +02:00
parent 618ce115d7
commit 072b7a014e
3 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
package azure
import (
"errors"
"path"
"strings"
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/options"
)