Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created December 23, 2014 01:02
Show Gist options
  • Select an option

  • Save kelseyhightower/2900a1b2bbd275b4aa5b to your computer and use it in GitHub Desktop.

Select an option

Save kelseyhightower/2900a1b2bbd275b4aa5b to your computer and use it in GitHub Desktop.
rocket $ godep restore
rocket $ godep save
godep: no buildable Go source files in /Users/kelseyhightower/go/src/github.com/coreos/rocket
godep: error loading packages
rocket $ godep save ./...
rocket $ git status
On branch trusted-keys
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: Godeps/Godeps.json
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/LICENSE
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/dce.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/doc.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/hash.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/node.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/time.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/util.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/uuid.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/uuid_test.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/version1.go
deleted: Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/version4.go
deleted: Godeps/_workspace/src/github.com/coreos/go-semver/semver/semver.go
deleted: Godeps/_workspace/src/github.com/coreos/go-semver/semver/semver_test.go
deleted: Godeps/_workspace/src/github.com/coreos/go-semver/semver/sort.go
deleted: Godeps/_workspace/src/github.com/coreos/go-systemd/unit/deserialize.go
deleted: Godeps/_workspace/src/github.com/coreos/go-systemd/unit/deserialize_test.go
deleted: Godeps/_workspace/src/github.com/coreos/go-systemd/unit/option.go
deleted: Godeps/_workspace/src/github.com/coreos/go-systemd/unit/option_test.go
deleted: Godeps/_workspace/src/github.com/coreos/go-systemd/unit/serialize.go
deleted: Godeps/_workspace/src/github.com/coreos/go-systemd/unit/serialize_test.go
deleted: Godeps/_workspace/src/github.com/gorilla/context/.travis.yml
deleted: Godeps/_workspace/src/github.com/gorilla/context/LICENSE
deleted: Godeps/_workspace/src/github.com/gorilla/context/README.md
deleted: Godeps/_workspace/src/github.com/gorilla/context/context.go
deleted: Godeps/_workspace/src/github.com/gorilla/context/context_test.go
deleted: Godeps/_workspace/src/github.com/gorilla/context/doc.go
deleted: Godeps/_workspace/src/github.com/gorilla/mux/.travis.yml
deleted: Godeps/_workspace/src/github.com/gorilla/mux/LICENSE
deleted: Godeps/_workspace/src/github.com/gorilla/mux/README.md
deleted: Godeps/_workspace/src/github.com/gorilla/mux/bench_test.go
deleted: Godeps/_workspace/src/github.com/gorilla/mux/doc.go
deleted: Godeps/_workspace/src/github.com/gorilla/mux/mux.go
deleted: Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go
deleted: Godeps/_workspace/src/github.com/gorilla/mux/old_test.go
deleted: Godeps/_workspace/src/github.com/gorilla/mux/regexp.go
deleted: Godeps/_workspace/src/github.com/gorilla/mux/route.go
deleted: Godeps/_workspace/src/github.com/mitchellh/ioprogress/LICENSE
deleted: Godeps/_workspace/src/github.com/mitchellh/ioprogress/README.md
deleted: Godeps/_workspace/src/github.com/mitchellh/ioprogress/draw.go
deleted: Godeps/_workspace/src/github.com/mitchellh/ioprogress/draw_test.go
deleted: Godeps/_workspace/src/github.com/mitchellh/ioprogress/reader.go
deleted: Godeps/_workspace/src/github.com/mitchellh/ioprogress/reader_test.go
deleted: Godeps/_workspace/src/github.com/petar/GoLLRB/llrb/avgvar.go
deleted: Godeps/_workspace/src/github.com/petar/GoLLRB/llrb/iterator.go
deleted: Godeps/_workspace/src/github.com/petar/GoLLRB/llrb/iterator_test.go
deleted: Godeps/_workspace/src/github.com/petar/GoLLRB/llrb/llrb-stats.go
deleted: Godeps/_workspace/src/github.com/petar/GoLLRB/llrb/llrb.go
deleted: Godeps/_workspace/src/github.com/petar/GoLLRB/llrb/llrb_test.go
deleted: Godeps/_workspace/src/github.com/petar/GoLLRB/llrb/util.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/LICENSE
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/README.md
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/basic_test.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/compression.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/compression_test.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/diskv.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/examples/content-addressable-store/cas.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/examples/super-simple-store/super-simple-store.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/import_test.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/index.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/index_test.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/issues_test.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/keys_test.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/speed_test.go
deleted: Godeps/_workspace/src/github.com/peterbourgon/diskv/stream_test.go
Untracked files:
(use "git add <file>..." to include in what will be committed)
Godeps/_workspace/src/code.google.com/p/go.crypto/
Godeps/_workspace/src/github.com/appc/
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment