Skip to content

Commit

Permalink
Use dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaals committed Jan 24, 2018
1 parent 306f28c commit 847ba3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ go:
- tip

before_install:
- go get -t -v ./...
- go get -u github.com/golang/dep/cmd/dep
- dep ensure

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
branch = "master"
name = "github.com/bradfitz/gomemcache"

[[constraint]]
name = "github.com/gorilla/handlers"
version = "1.3.0"

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.1"

[[constraint]]
name = "github.com/satori/go.uuid"
Expand Down

0 comments on commit 847ba3c

Please sign in to comment.