Skip to content

Commit 9fda3b8

Browse files
committed
Add Go modules and missing vendored file
1 parent f341a40 commit 9fda3b8

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

go.mod

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module github.com/google/gops
2+
3+
go 1.12
4+
5+
require (
6+
github.com/StackExchange/wmi v0.0.0-20170410192909-ea383cf3ba6e
7+
github.com/go-ole/go-ole v1.2.1
8+
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
9+
github.com/keybase/go-ps v0.0.0-20161005175911-668c8856d999
10+
github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7
11+
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
12+
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6
13+
golang.org/x/sys v0.0.0-20171017063910-8dbc5d05d6ed
14+
rsc.io/goversion v1.0.0
15+
)

vendor/rsc.io/goversion/version/syms.go

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

0 commit comments

Comments
 (0)