Skip to content

Commit

Permalink
Merge pull request #7 from kishaningithub/glide_integration
Browse files Browse the repository at this point in the history
Glide integration
  • Loading branch information
Aswin Karthik committed Apr 24, 2018
2 parents c3dec07 + e5bcdd2 commit 7e9a978
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
out/

# End of https://www.gitignore.io/api/go

vendor/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: go
go:
- 1.10.x
install:
- go get github.com/stretchr/testify/assert
- curl https://glide.sh/get | sh
- glide install
script:
- go test -v ./...
75 changes: 75 additions & 0 deletions glide.lock

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

16 changes: 16 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package: github.com/aswinkarthik93/csvdiff
import:
- package: github.com/briandowns/spinner
version: ^1.0.0
- package: github.com/cespare/xxhash
version: ^1.0.0
- package: github.com/mitchellh/go-homedir
- package: github.com/spf13/cobra
version: ^0.0.2
- package: github.com/spf13/viper
version: ^1.0.2
testImport:
- package: github.com/stretchr/testify
version: ^1.2.1
subpackages:
- assert

0 comments on commit 7e9a978

Please sign in to comment.