1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00

Fix ogier/pflag vs spf13/pflag

This commit is contained in:
Nick Craig-Wood 2016-10-31 14:45:52 +00:00
parent e825df6448
commit 01be5bff02

View File

@ -14,8 +14,8 @@ import (
"sync/atomic"
"time"
"github.com/ogier/pflag"
"github.com/pkg/errors"
"github.com/spf13/pflag"
"golang.org/x/text/unicode/norm"
)