Skip to content

Commit 8a49713

Browse files
committed
use vendor directory
1 parent 0982004 commit 8a49713

12 files changed

Lines changed: 2 additions & 4 deletions

File tree

Godeps/_workspace/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build:
2-
godep go build -o bin/segment-proxy
2+
go build -o bin/segment-proxy
33

44
test:
5-
godep go test -v -cover
5+
go test -v -cover
66

77
docker:
88
docker build -t segment-proxy .

Godeps/_workspace/src/github.com/gorilla/handlers/.travis.yml renamed to vendor/github.com/gorilla/handlers/.travis.yml

File renamed without changes.
File renamed without changes.
File renamed without changes.

Godeps/_workspace/src/github.com/gorilla/handlers/canonical.go renamed to vendor/github.com/gorilla/handlers/canonical.go

File renamed without changes.

Godeps/_workspace/src/github.com/gorilla/handlers/compress.go renamed to vendor/github.com/gorilla/handlers/compress.go

File renamed without changes.
File renamed without changes.
File renamed without changes.

Godeps/_workspace/src/github.com/gorilla/handlers/handlers.go renamed to vendor/github.com/gorilla/handlers/handlers.go

File renamed without changes.

0 commit comments

Comments
 (0)