Skip to content

Commit fdde5f7

Browse files
committed
chore(*): vendoring
and fixing build in builder.go
1 parent c721e19 commit fdde5f7

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

glide.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
package: main
2+
import:
3+
- package: github.com/coreos/go-etcd
4+
subpackages:
5+
- /etcd
6+
- package: github.com/deis/deis
7+
subpackages:
8+
- /buildpack/builder/sshd
9+
- /pkg/time
10+
- package: github.com/gorilla/mux
11+
- package: github.com/gorilla/context
12+
- package: github.com/Masterminds/cookoo
13+
subpackages:
14+
- /log
15+
- /safely
16+
- /fmt
17+
- package: golang.org/x/crypto
18+
subpackages:
19+
- /ssh
20+
- package: gopkg.in/yaml.v2

pkg/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package pkg
88
import (
99
"github.com/Masterminds/cookoo"
1010
clog "github.com/Masterminds/cookoo/log"
11-
"github.com/deis/deis/buildpack/builder/sshd"
11+
"github.com/deis/builder/pkg/sshd"
1212

1313
"log"
1414
"os"

0 commit comments

Comments
 (0)