Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b822c5

Browse files
committedJul 23, 2015
vendor lib so windows builds work again
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent 8c0ca5e commit 3b822c5

File tree

15 files changed

+331
-1
lines changed

15 files changed

+331
-1
lines changed
 

‎Godeps/Godeps.json

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

‎Godeps/_workspace/src/github.com/cheggaaa/pb/pb_win.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/.travis.yml

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/LICENCE

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/README.md

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/doc.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts_darwin.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts_linux.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts_other.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts_test.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts_unix.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts_windows.go

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

‎Godeps/_workspace/src/github.com/olekukonko/ts/ts_x.go

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

‎util/sadhack/godep.go

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/dustin/go-hum
88
import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/iptb"
99

1010
import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/chriscool/go-sleep"
11+
12+
// imported by chegga/pb on windows, this is here so running godeps on non-windows doesnt
13+
// drop it from our vendoring
14+
import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/olekukonko/ts"

0 commit comments

Comments
 (0)
Please sign in to comment.