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 8c3e7ba

Browse files
committedOct 21, 2015
force godeps to save windows import
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent 289e74c commit 8c3e7ba

File tree

8 files changed

+765
-2
lines changed

8 files changed

+765
-2
lines changed
 

‎Godeps/Godeps.json

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

‎Godeps/_workspace/src/github.com/StackExchange/wmi/LICENSE

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

‎Godeps/_workspace/src/github.com/StackExchange/wmi/README.md

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

‎Godeps/_workspace/src/github.com/StackExchange/wmi/wmi.go

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

‎Godeps/_workspace/src/github.com/StackExchange/wmi/wmi_test.go

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

‎Godeps/_workspace/src/github.com/StackExchange/wmi/wmi_unix.go

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

‎Godeps/_workspace/src/github.com/shirou/gopsutil/disk/disk_windows.go

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

‎util/sadhack/godep.go

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/dustin/go-hum
77
// imported by chegga/pb on windows, this is here so running godeps on non-windows doesnt
88
// drop it from our vendoring
99
import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/olekukonko/ts"
10+
11+
import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/StackExchange/wmi"

0 commit comments

Comments
 (0)
Please sign in to comment.