Skip to content

Commit 8ff1fe1

Browse files
committed
Bug fix: tarring in Windows and untarring in Linux
Also updated depdencies
1 parent bab9ceb commit 8ff1fe1

File tree

100 files changed

+70424
-502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+70424
-502
lines changed

Gopkg.lock

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

connect.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
humanize "github.com/dustin/go-humanize"
1717
"github.com/schollz/progressbar"
18-
"github.com/verybluebot/tarinator-go"
18+
"github.com/schollz/tarinator-go"
1919

2020
"github.com/pkg/errors"
2121
log "github.com/sirupsen/logrus"

vendor/github.com/dustin/go-humanize/README.markdown

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

vendor/github.com/dustin/go-humanize/english/words.go

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

vendor/github.com/dustin/go-humanize/english/words_test.go

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

0 commit comments

Comments
 (0)