Skip to content

Commit f09008a

Browse files
authored
Merge pull request #8 from ReconfigureIO/feature/symlinks
switch to archiver with symlink support
2 parents 30badee + 28a19df commit f09008a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

cmd/check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/ReconfigureIO/reco/downloader"
1616
"github.com/ReconfigureIO/reco/logger"
1717
"github.com/abiosoft/goutils/env"
18-
"github.com/mholt/archiver"
18+
"github.com/reconfigureio/archiver"
1919
"github.com/spf13/cobra"
2020
)
2121

glide.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package: github.com/ReconfigureIO/reco
22
import:
3-
- package: github.com/mholt/archiver
3+
- package: github.com/reconfigureio/archiver
44
- package: github.com/spf13/cobra
55
- package: github.com/spf13/viper
66
- package: github.com/pkg/sftp

helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
"time"
1111

12-
"github.com/mholt/archiver"
12+
"github.com/reconfigureio/archiver"
1313
)
1414

1515
// M is a convenience wrapper for map[string]interface{}.

0 commit comments

Comments
 (0)