diff --git a/go/client/platform_specific_ctl_commands_other.go b/go/client/platform_specific_ctl_commands_other.go index 2882ff082f73..ad70a3a2014b 100644 --- a/go/client/platform_specific_ctl_commands_other.go +++ b/go/client/platform_specific_ctl_commands_other.go @@ -1,6 +1,6 @@ // Copyright 2019 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build darwin windows +// +build darwin windows netbsd openbsd freebsd package client diff --git a/go/install/install_unix.go b/go/install/install_unix.go index 1cbd0b1fc40d..12ec505a65c6 100644 --- a/go/install/install_unix.go +++ b/go/install/install_unix.go @@ -1,7 +1,7 @@ // Copyright 2015 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build linux freebsd openbsd +// +build linux freebsd netbsd openbsd package install diff --git a/go/install/stop_linux.go b/go/install/stop_nix.go similarity index 97% rename from go/install/stop_linux.go rename to go/install/stop_nix.go index 0232505ee959..bebca0d06f93 100644 --- a/go/install/stop_linux.go +++ b/go/install/stop_nix.go @@ -1,7 +1,7 @@ // Copyright 2019 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build !windows,!darwin +// +build !windows,!darwin netbsd openbsd freebsd package install diff --git a/go/logger/redirect_stderr_nix.go b/go/logger/redirect_stderr_nix.go index 617782446b29..89f2318e4e10 100644 --- a/go/logger/redirect_stderr_nix.go +++ b/go/logger/redirect_stderr_nix.go @@ -1,7 +1,7 @@ // Copyright 2016 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build darwin freebsd openbsd +// +build darwin freebsd netbsd openbsd package logger diff --git a/go/vendor/github.com/keybase/go-ps/process_openbsd.go b/go/vendor/github.com/keybase/go-ps/process_openbsd.go index 0ce66edac47b..51c446dd39e7 100644 --- a/go/vendor/github.com/keybase/go-ps/process_openbsd.go +++ b/go/vendor/github.com/keybase/go-ps/process_openbsd.go @@ -1,4 +1,4 @@ -// +build openbsd,amd64 +// +build openbsd package ps diff --git a/go/vendor/github.com/keybase/go-ps/process_unix.go b/go/vendor/github.com/keybase/go-ps/process_unix.go index f4e8da23d59c..8c89b7ecb6ac 100644 --- a/go/vendor/github.com/keybase/go-ps/process_unix.go +++ b/go/vendor/github.com/keybase/go-ps/process_unix.go @@ -1,4 +1,4 @@ -// +build linux +// +build linux netbsd package ps diff --git a/go/vendor/vendor.json b/go/vendor/vendor.json index b942275b58e4..b66057938a45 100644 --- a/go/vendor/vendor.json +++ b/go/vendor/vendor.json @@ -668,10 +668,10 @@ "revisionTime": "2018-10-16T18:57:45Z" }, { - "checksumSHA1": "07FctQiwHCBvhiXp2mTLc8e0ll8=", + "checksumSHA1": "iC6oxp3NRhZJW5+OmHWH56j1dv0=", "path": "github.com/keybase/go-ps", - "revision": "9c11ca40a47944f49e0784b77a66636cb098445a", - "revisionTime": "2016-08-09T20:56:21Z" + "revision": "91aafc93ba19d1988cff338c1929d35b6c6f5b50", + "revisionTime": "2019-08-27T17:51:25Z" }, { "checksumSHA1": "KNf4CdZexyFjpEugzBv3b7YJs4U=",