Skip to content

Commit

Permalink
Merge b608630 into 7cf67f7
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon committed May 12, 2020
2 parents 7cf67f7 + b608630 commit c264824
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 297 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,7 +1,5 @@
.idea
.vscode
vendor
_vendor

# Variables
.env
Expand Down
13 changes: 7 additions & 6 deletions .travis.yml
Expand Up @@ -9,16 +9,17 @@ notifications:
secure: KOaiFxMW2zrz6MiFi2xRiz9tFYeoVfOFeAAOhsFk3n4ioys3/77QDmgpuVB3Jq6QVepNePtfIH+7JTlLYYdfgBIDLw2nqMmJ50NG3gIjYHctlFHzqAer02MQMFsldzApLf5C8a87IqE+k9/8t8IOZFdxT4wE0J0am7QPJfsp5HSaqghMQkCKuS6uCg2S86Q/eMCkWsOPPhISWMrd9Vo4LyMuRRjki83HRXVqU1ABf4yED51j7U+euoX6SXFu/k+Zg8W4I5fpCS6AY/Y05EybqL7ynG02cY+fpMee1O5dqNXXguh0CVKW8IcrQX/5cNYB4aSJTO2fcDzIOXXQjQRI6G3J5b9YKyl4xgSM9w8IVBB45VJeCy1bY0GWTAGreN9WGFs5h3FNbVuCm3Dj4xBppTmy6Yxv+kHKJSAE8nj9d1iruxdKwwbbgNzxlSZpjOijfTh0/0qXv2vnomyQSJPsJcWMsUzWwb/MSECwusV9c/dXyYWzHdwNwvHPLOtbzlP036Dm0+GaxeLg5z6z252goZazM5ctLxhGUkJZdYQEBg8Rba6mIhmY1zbigviBQLKOoKsH3pKBwUNNMmuzD46ghs27dEVEiAH7tLHwGpmPCYeCtrIlukXFmDJf+M4dsMz4AV1NRJ1L1l/ZcCctehmpeHxQAL279d1tx2tjIldSsp0=

go:
- 1.9
- 1.11.x

env:
- GO111MODULE=on

install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/go-playground/overalls
- go get -v github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide && go install && cd -
- glide install
- go get -t -v ./...

script:
- overalls -project=github.com/wptide/wptide -covermode=count -ignore=.git,.glide,bin,data,service,vendor -debug
- goveralls -coverprofile=overalls.coverprofile -service=travis-ci -repotoken=$COVERALLS_TOKEN
- overalls -project=github.com/wptide/wptide -covermode=count -ignore=.git,.glide,bin,data,service -debug
- goveralls -coverprofile=overalls.coverprofile -service=travis-ci -repotoken=$COVERALLS_TOKEN
263 changes: 0 additions & 263 deletions glide.lock

This file was deleted.

26 changes: 0 additions & 26 deletions glide.yaml

This file was deleted.

38 changes: 38 additions & 0 deletions go.mod
@@ -0,0 +1,38 @@
module github.com/wptide/wptide

go 1.11

require (
cloud.google.com/go v0.23.0 // indirect
firebase.google.com/go v3.12.0+incompatible // indirect
github.com/aws/aws-sdk-go v1.13.59 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cespare/trie v0.0.0-20150610204604-3fe1a95cbba9 // indirect
github.com/go-ini/ini v1.37.0 // indirect
github.com/go-stack/stack v1.7.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v0.0.0-20180606020139-64db29d85ff9 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/googleapis/gax-go v0.0.0-20180523232820-254b60fe0601 // indirect
github.com/hhatto/gocloc v0.0.0-20180420094322-2530ab030fbe // indirect
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mongodb/mongo-go-driver v0.0.6 // indirect
github.com/nanobox-io/golang-scribble v0.0.0-20171026142921-ced58d671850
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/toqueteos/trie v0.0.0-20150530104557-56fed4a05683 // indirect
github.com/wptide/pkg v0.0.0-20191013050426-e9fe98c87ce6
go.opencensus.io v0.0.0-20180604211618-57c74344f14b // indirect
golang.org/x/oauth2 v0.0.0-20180603041954-1e0a3fa8ba9a // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
google.golang.org/api v0.0.0-20180605000441-00e3bb8d0469 // indirect
google.golang.org/appengine v1.1.0 // indirect
google.golang.org/genproto v0.0.0-20180601223552-81158efcc9f2 // indirect
google.golang.org/grpc v0.0.0-20180606010412-96cefb43cfc8 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
gopkg.in/src-d/enry.v1 v1.6.4 // indirect
gopkg.in/toqueteos/substring.v1 v1.0.2 // indirect
)

0 comments on commit c264824

Please sign in to comment.