Skip to content

Commit f6216d8

Browse files
author
Aaron Schlesinger
committed
fix(glide.yaml,build.go): use github accessible uuid package
the code.google.com no longer downloads
1 parent 566d6af commit f6216d8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

glide.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ import:
2121
- package: gopkg.in/yaml.v2
2222
version: eca94c41d994ae2215d455ce578ae6e2dc6ee516
2323
- package: github.com/labstack/gommon
24-
- package: code.google.com/p/go-uuid
25-
version: 35bc42037350f0078e3c974c6ea690f1926603ab
26-
subpackages:
27-
- uuid
24+
- package: https://github.com/pborman/uuid
2825
- package: github.com/deis/pkg
2926
subpackages:
3027
- /time

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010
"strings"
1111
"time"
1212

13-
"code.google.com/p/go-uuid/uuid"
1413
"github.com/deis/builder/pkg"
1514
"github.com/deis/builder/pkg/gitreceive/log"
15+
"github.com/pborman/uuid"
1616
"gopkg.in/yaml.v2"
1717
)
1818

0 commit comments

Comments
 (0)