Skip to content

Commit

Permalink
add glide to manage dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed May 23, 2016
1 parent 83a5bad commit fde0b54
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

vendor/
glow

examples/word_count/word_count
Expand Down
2 changes: 1 addition & 1 deletion examples/mongodb_source/mongodb_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
_ "github.com/chrislusf/glow/driver"
"github.com/chrislusf/glow/flow"
_ "github.com/go-sql-driver/mysql"
"labix.org/v2/mgo"
"gopkg.in/mgo.v2"
)

type Attachment struct {
Expand Down
51 changes: 51 additions & 0 deletions glide.lock

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

15 changes: 15 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package: github.com/chrislusf/glow
import:
- package: github.com/Redundancy/go-sync
subpackages:
- filechecksum
- index
- indexbuilder
- package: github.com/colinmarc/hdfs
- package: github.com/go-sql-driver/mysql
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/psilva261/timsort
- package: gopkg.in/alecthomas/kingpin.v2
- package: gopkg.in/v2/mgo

0 comments on commit fde0b54

Please sign in to comment.