-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x/ref/lib/stats/sysstats: update to latest gopustil API (#102)
- Loading branch information
1 parent
b2673fd
commit 4b357db
Showing
3 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
module v.io | ||
|
||
replace v.io/x/ref/lib/flags/sitedefaults => ./x/ref/lib/flags/sitedefaults | ||
|
||
go 1.13.1 | ||
|
||
require ( | ||
github.com/DATA-DOG/go-sqlmock v1.3.3 | ||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect | ||
github.com/cosnicolaou/llog v0.0.0-20181130183231-c6fefee34f59 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-ole/go-ole v1.2.4 // indirect | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect | ||
github.com/kr/pty v1.1.8 | ||
github.com/mattn/go-sqlite3 v1.11.0 | ||
github.com/pborman/uuid v1.2.0 | ||
github.com/shirou/gopsutil v2.18.12+incompatible | ||
github.com/shirou/gopsutil v2.19.9+incompatible | ||
github.com/stretchr/testify v1.4.0 // indirect | ||
github.com/vanadium/go-mdns-sd v0.0.0-20181006014439-f1a1ccd1252e | ||
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 | ||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect | ||
google.golang.org/api v0.9.0 | ||
v.io/x/lib v0.1.4 | ||
v.io/x/ref/lib/flags/sitedefaults v0.1.1 | ||
) | ||
|
||
replace v.io/x/ref/lib/flags/sitedefaults => ./x/ref/lib/flags/sitedefaults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters