Skip to content

Commit

Permalink
Merge pull request #4 from Microkubes/dependency-update
Browse files Browse the repository at this point in the history
updated microservice-tools version to latest tag
  • Loading branch information
blazhovsky authored Dec 24, 2019
2 parents 3b2431b + 242de5e commit b80c388
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/AlekSi/gocov-xml

# install:
# - go get -u gopkg.in/h2non/gock.v1
# - go get -u github.com/Microkubes/microservice-tools
# - go get -u github.com/guregu/dynamo
# - go get -u github.com/satori/go.uuid
# - go get -u github.com/aws/aws-sdk-go/aws
# - go get -u gopkg.in/mgo.v2

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Microkubes/backends
go 1.13

require (
github.com/Microkubes/microservice-tools v1.0.1
github.com/Microkubes/microservice-tools v1.1.0
github.com/aws/aws-sdk-go v1.26.6
github.com/guregu/dynamo v1.5.0
github.com/kr/pretty v0.1.0 // indirect
Expand Down

0 comments on commit b80c388

Please sign in to comment.