Skip to content

Commit

Permalink
Update example output, regenerate README.md and .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitshur committed Dec 10, 2016
1 parent cfe7dc1 commit 9332237
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
language: go
go:
- 1.7
- tip
- 1.x
- master
matrix:
allow_failures:
- go: tip
- go: master
fast_finish: true
install:
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
Expand Down
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,81 +14,81 @@ This is an example of binstale usage.

$ binstale goimports
goimports
STALE: golang.org/x/tools/cmd/goimports (newer dependency)
stale: golang.org/x/tools/cmd/goimports (newer dependency)
$ go install golang.org/x/tools/cmd/goimports
$ binstale goimports
goimports
up to date: golang.org/x/tools/cmd/goimports

$ binstale
Go-Package-Store
STALE: github.com/shurcooL/Go-Package-Store (newer source file)
stale: github.com/shurcooL/Go-Package-Store (newer source file)
binstale
up to date: github.com/shurcooL/binstale
doc
(no source package found)
dump_args
STALE: github.com/shurcooL/cmd/dump_args (build ID mismatch)
stale: github.com/shurcooL/cmd/dump_args (build ID mismatch)
dump_httpreq
STALE: github.com/shurcooL/cmd/dump_httpreq (build ID mismatch)
stale: github.com/shurcooL/cmd/dump_httpreq (build ID mismatch)
dupl
STALE: github.com/mibk/dupl (build ID mismatch)
stale: github.com/mibk/dupl (build ID mismatch)
git-branches
STALE: github.com/shurcooL/cmd/git-branches (build ID mismatch)
stale: github.com/shurcooL/cmd/git-branches (build ID mismatch)
git-codereview
STALE: golang.org/x/review/git-codereview (build ID mismatch)
stale: golang.org/x/review/git-codereview (build ID mismatch)
go-find-references
STALE: github.com/lukehoban/go-find-references (build ID mismatch)
stale: github.com/lukehoban/go-find-references (build ID mismatch)
go-outline
up to date: github.com/lukehoban/go-outline
gocode
up to date: github.com/nsf/gocode
godef
STALE: github.com/rogpeppe/godef (build ID mismatch)
stale: github.com/rogpeppe/godef (build ID mismatch)
godep
STALE: github.com/tools/godep (build ID mismatch)
stale: github.com/tools/godep (build ID mismatch)
goexec
STALE: github.com/shurcooL/goexec (build ID mismatch)
stale: github.com/shurcooL/goexec (build ID mismatch)
goimporters
STALE: github.com/shurcooL/cmd/goimporters (build ID mismatch)
stale: github.com/shurcooL/cmd/goimporters (build ID mismatch)
goimportgraph
STALE: github.com/shurcooL/cmd/goimportgraph (build ID mismatch)
stale: github.com/shurcooL/cmd/goimportgraph (build ID mismatch)
goimports
up to date: golang.org/x/tools/cmd/goimports
golint
STALE: github.com/golang/lint/golint (build ID mismatch)
stale: github.com/golang/lint/golint (build ID mismatch)
gomobile
STALE: golang.org/x/mobile/cmd/gomobile (build ID mismatch)
stale: golang.org/x/mobile/cmd/gomobile (build ID mismatch)
gomvpkg
STALE: golang.org/x/tools/cmd/gomvpkg (build ID mismatch)
stale: golang.org/x/tools/cmd/gomvpkg (build ID mismatch)
gopherjs
STALE: github.com/gopherjs/gopherjs (build ID mismatch)
stale: github.com/gopherjs/gopherjs (build ID mismatch)
gorename
STALE: golang.org/x/tools/cmd/gorename (build ID mismatch)
stale: golang.org/x/tools/cmd/gorename (build ID mismatch)
gorepogen
STALE: github.com/shurcooL/cmd/gorepogen (build ID mismatch)
stale: github.com/shurcooL/cmd/gorepogen (build ID mismatch)
gostatus
STALE: github.com/shurcooL/gostatus (build ID mismatch)
stale: github.com/shurcooL/gostatus (build ID mismatch)
gostringer
STALE: github.com/sourcegraph/gostringer (build ID mismatch)
stale: github.com/sourcegraph/gostringer (build ID mismatch)
govers
STALE: github.com/rogpeppe/govers (cannot stat install target)
stale: github.com/rogpeppe/govers (cannot stat install target)
gtdo
STALE: github.com/shurcooL/gtdo (build ID mismatch)
stale: github.com/shurcooL/gtdo (build ID mismatch)
implements
up to date: honnef.co/go/implements
jsonfmt
up to date: github.com/shurcooL/cmd/jsonfmt
markdownfmt
up to date: github.com/shurcooL/markdownfmt
staticcheck
STALE: honnef.co/go/staticcheck/cmd/staticcheck (build ID mismatch)
stale: honnef.co/go/staticcheck/cmd/staticcheck (build ID mismatch)
stringer
STALE: golang.org/x/tools/cmd/stringer (build ID mismatch)
stale: golang.org/x/tools/cmd/stringer (build ID mismatch)
unconvert
up to date: github.com/mdempsky/unconvert
unused
STALE: honnef.co/go/unused/cmd/unused (build ID mismatch)
stale: honnef.co/go/unused/cmd/unused (build ID mismatch)
vfsgendev
up to date: github.com/shurcooL/vfsgen/cmd/vfsgendev

Expand Down
52 changes: 26 additions & 26 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,81 +10,81 @@ This is an example of binstale usage.
$ binstale goimports
goimports
STALE: golang.org/x/tools/cmd/goimports (newer dependency)
stale: golang.org/x/tools/cmd/goimports (newer dependency)
$ go install golang.org/x/tools/cmd/goimports
$ binstale goimports
goimports
up to date: golang.org/x/tools/cmd/goimports
$ binstale
Go-Package-Store
STALE: github.com/shurcooL/Go-Package-Store (newer source file)
stale: github.com/shurcooL/Go-Package-Store (newer source file)
binstale
up to date: github.com/shurcooL/binstale
doc
(no source package found)
dump_args
STALE: github.com/shurcooL/cmd/dump_args (build ID mismatch)
stale: github.com/shurcooL/cmd/dump_args (build ID mismatch)
dump_httpreq
STALE: github.com/shurcooL/cmd/dump_httpreq (build ID mismatch)
stale: github.com/shurcooL/cmd/dump_httpreq (build ID mismatch)
dupl
STALE: github.com/mibk/dupl (build ID mismatch)
stale: github.com/mibk/dupl (build ID mismatch)
git-branches
STALE: github.com/shurcooL/cmd/git-branches (build ID mismatch)
stale: github.com/shurcooL/cmd/git-branches (build ID mismatch)
git-codereview
STALE: golang.org/x/review/git-codereview (build ID mismatch)
stale: golang.org/x/review/git-codereview (build ID mismatch)
go-find-references
STALE: github.com/lukehoban/go-find-references (build ID mismatch)
stale: github.com/lukehoban/go-find-references (build ID mismatch)
go-outline
up to date: github.com/lukehoban/go-outline
gocode
up to date: github.com/nsf/gocode
godef
STALE: github.com/rogpeppe/godef (build ID mismatch)
stale: github.com/rogpeppe/godef (build ID mismatch)
godep
STALE: github.com/tools/godep (build ID mismatch)
stale: github.com/tools/godep (build ID mismatch)
goexec
STALE: github.com/shurcooL/goexec (build ID mismatch)
stale: github.com/shurcooL/goexec (build ID mismatch)
goimporters
STALE: github.com/shurcooL/cmd/goimporters (build ID mismatch)
stale: github.com/shurcooL/cmd/goimporters (build ID mismatch)
goimportgraph
STALE: github.com/shurcooL/cmd/goimportgraph (build ID mismatch)
stale: github.com/shurcooL/cmd/goimportgraph (build ID mismatch)
goimports
up to date: golang.org/x/tools/cmd/goimports
golint
STALE: github.com/golang/lint/golint (build ID mismatch)
stale: github.com/golang/lint/golint (build ID mismatch)
gomobile
STALE: golang.org/x/mobile/cmd/gomobile (build ID mismatch)
stale: golang.org/x/mobile/cmd/gomobile (build ID mismatch)
gomvpkg
STALE: golang.org/x/tools/cmd/gomvpkg (build ID mismatch)
stale: golang.org/x/tools/cmd/gomvpkg (build ID mismatch)
gopherjs
STALE: github.com/gopherjs/gopherjs (build ID mismatch)
stale: github.com/gopherjs/gopherjs (build ID mismatch)
gorename
STALE: golang.org/x/tools/cmd/gorename (build ID mismatch)
stale: golang.org/x/tools/cmd/gorename (build ID mismatch)
gorepogen
STALE: github.com/shurcooL/cmd/gorepogen (build ID mismatch)
stale: github.com/shurcooL/cmd/gorepogen (build ID mismatch)
gostatus
STALE: github.com/shurcooL/gostatus (build ID mismatch)
stale: github.com/shurcooL/gostatus (build ID mismatch)
gostringer
STALE: github.com/sourcegraph/gostringer (build ID mismatch)
stale: github.com/sourcegraph/gostringer (build ID mismatch)
govers
STALE: github.com/rogpeppe/govers (cannot stat install target)
stale: github.com/rogpeppe/govers (cannot stat install target)
gtdo
STALE: github.com/shurcooL/gtdo (build ID mismatch)
stale: github.com/shurcooL/gtdo (build ID mismatch)
implements
up to date: honnef.co/go/implements
jsonfmt
up to date: github.com/shurcooL/cmd/jsonfmt
markdownfmt
up to date: github.com/shurcooL/markdownfmt
staticcheck
STALE: honnef.co/go/staticcheck/cmd/staticcheck (build ID mismatch)
stale: honnef.co/go/staticcheck/cmd/staticcheck (build ID mismatch)
stringer
STALE: golang.org/x/tools/cmd/stringer (build ID mismatch)
stale: golang.org/x/tools/cmd/stringer (build ID mismatch)
unconvert
up to date: github.com/mdempsky/unconvert
unused
STALE: honnef.co/go/unused/cmd/unused (build ID mismatch)
stale: honnef.co/go/unused/cmd/unused (build ID mismatch)
vfsgendev
up to date: github.com/shurcooL/vfsgen/cmd/vfsgendev
*/
Expand Down

0 comments on commit 9332237

Please sign in to comment.