Skip to content

Commit 299a2da

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): add and use correct uuid dependency
1 parent 3d388b0 commit 299a2da

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

glide.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ import:
2626
- package: gopkg.in/yaml.v2
2727
version: eca94c41d994ae2215d455ce578ae6e2dc6ee516
2828
- package: github.com/labstack/gommon
29+
- package: code.google.com/p/go-uuid/uuid
30+
version: 35bc42037350f0078e3c974c6ea690f1926603ab

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"path/filepath"
66
"strings"
77

8-
"code.google.com/p/go-uuid"
8+
"code.google.com/p/go-uuid/uuid"
99
)
1010

1111
const (

0 commit comments

Comments
 (0)