Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from ripienaar/10
Browse files Browse the repository at this point in the history
10
  • Loading branch information
ripienaar authored May 9, 2018
2 parents 0afaad0 + d1b155a commit 0451bb5
Show file tree
Hide file tree
Showing 15 changed files with 370 additions and 741 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- checkout

- run: go get github.com/golang/dep/cmd/dep
- run: go get github.com/Masterminds/glide
- run: go get github.com/onsi/ginkgo/ginkgo
- run: dep ensure -v
- run: glide install
- run: ginkgo -r -skipMeasurements .
182 changes: 0 additions & 182 deletions Gopkg.lock

This file was deleted.

37 changes: 0 additions & 37 deletions Gopkg.toml

This file was deleted.

118 changes: 118 additions & 0 deletions glide.lock

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

19 changes: 19 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package: github.com/choria-io/go-protocol
import:
- package: github.com/prometheus/client_golang
subpackages:
- prometheus
- package: github.com/sirupsen/logrus
version: ^1
- package: github.com/xeipuuv/gojsonschema
- package: github.com/golang/mock
version: ^1.1.1
subpackages:
- gomock
testImport:
- package: github.com/onsi/ginkgo
version: ^1
- package: github.com/onsi/gomega
version: ^1
- package: github.com/tidwall/gjson
version: ^1
Loading

0 comments on commit 0451bb5

Please sign in to comment.