Skip to content

Commit 808b015

Browse files
Nagendra TomarNagendra Tomar
Nagendra Tomar
authored and
Nagendra Tomar
committed
Some minor updates after the rebase to latest Azcopy.
1 parent 3421e69 commit 808b015

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ require (
4646
github.com/kr/pretty v0.3.0 // indirect
4747
github.com/kr/text v0.2.0 // indirect
4848
github.com/mitchellh/go-homedir v1.1.0 // indirect
49-
github.com/rogpeppe/go-internal v1.8.1 // indirect
5049
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5150
github.com/spf13/pflag v1.0.5 // indirect
5251
github.com/stretchr/objx v0.3.0 // indirect

go.sum

-9
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,9 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
5757
cloud.google.com/go/storage v1.21.0 h1:HwnT2u2D309SFDHQII6m18HlrCi3jAXhUMTLOWXYH14=
5858
cloud.google.com/go/storage v1.21.0/go.mod h1:XmRlxkgPjlBONznT2dDUU/5XlpU2OjMnKuqnZI01LAA=
5959
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
60-
github.com/Azure/azure-pipeline-go v0.2.3 h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=
6160
github.com/Azure/azure-pipeline-go v0.2.3/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k=
62-
github.com/Azure/azure-pipeline-go v0.2.4-0.20220420205509-9c760f3e9499 h1:eVXzrNOutCSxn7gYn2Tb2alO/D41vX6EyDoRhByS4zc=
63-
github.com/Azure/azure-pipeline-go v0.2.4-0.20220420205509-9c760f3e9499/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k=
6461
github.com/Azure/azure-pipeline-go v0.2.4-0.20220425205405-09e6f201e1e4 h1:hDJImUzpTAeIw/UasFUUDB/+UsZm5Q/6x2/jKKvEUiw=
6562
github.com/Azure/azure-pipeline-go v0.2.4-0.20220425205405-09e6f201e1e4/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k=
66-
github.com/Azure/azure-storage-blob-go v0.13.1-0.20220307213743-78b465951faf h1:81jHLpY81IPdZqBzsnudRpQM1E9xk+ZzBhhJm7BEvcY=
67-
github.com/Azure/azure-storage-blob-go v0.13.1-0.20220307213743-78b465951faf/go.mod h1:SMqIBi+SuiQH32bvyjngEewEeXoPfKMgWlBDaYf6fck=
68-
github.com/Azure/azure-storage-blob-go v0.13.1-0.20220418210520-914dace75d43 h1:/yh9OPVjemL4n8CaXc+GpFTvSlotRFj2HXJIgLo2gG8=
69-
github.com/Azure/azure-storage-blob-go v0.13.1-0.20220418210520-914dace75d43/go.mod h1:vbjsVbX0dlxnRc4FFMPsS9BsJWPcne7GB7onqlPvz58=
70-
github.com/Azure/azure-storage-blob-go v0.13.1-0.20220418220008-28ac0a48144e h1:uGef/l7KHdWy6XTwhnEB4IhJEisPLe0TDfLVthiVL04=
71-
github.com/Azure/azure-storage-blob-go v0.13.1-0.20220418220008-28ac0a48144e/go.mod h1:vbjsVbX0dlxnRc4FFMPsS9BsJWPcne7GB7onqlPvz58=
7263
github.com/Azure/azure-storage-blob-go v0.15.0 h1:rXtgp8tN1p29GvpGgfJetavIG0V7OgcSXPpwp3tx6qk=
7364
github.com/Azure/azure-storage-blob-go v0.15.0/go.mod h1:vbjsVbX0dlxnRc4FFMPsS9BsJWPcne7GB7onqlPvz58=
7465
github.com/Azure/azure-storage-file-go v0.6.1-0.20201111053559-3c1754dc00a5 h1:aHEvBM4oXIWSTOVdL55nCYXO0Cl7ie3Ui5xMQhLVez8=

ste/sourceInfoProvider-Local_linux.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1+
//go:build linux
12
// +build linux
23

34
package ste
45

56
import (
67
"fmt"
7-
"strings"
8-
"time"
9-
"golang.org/x/sys/unix"
108
"github.com/Azure/azure-storage-azcopy/v10/common"
119
"github.com/Azure/azure-storage-azcopy/v10/sddl"
1210
"github.com/Azure/azure-storage-file-go/azfile"
11+
"golang.org/x/sys/unix"
12+
"strings"
13+
"time"
1314
)
1415

1516
func (f localFileSourceInfoProvider) HasUNIXProperties() bool {

0 commit comments

Comments
 (0)