Skip to content

Commit

Permalink
update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
takecy committed Feb 26, 2017
1 parent 8e4fda2 commit 6657962
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.7.5
- 1.8
- tip

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: update test

prepare:
go get -u github.com/golang/dep
go get -u github.com/golang/dep/...

update:
dep ensure -v -update
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
[![Build Status](https://travis-ci.org/takecy/gockertest.svg?branch=master)](https://travis-ci.org/takecy/gockertest)
[![Go Report Card](https://goreportcard.com/badge/github.com/takecy/gockertest)](https://goreportcard.com/report/github.com/takecy/gockertest)

![](https://img.shields.io/badge/golang-1.8-blue.svg?style=flat-square)
![](https://img.shields.io/badge/golang-1.8.0-blue.svg?style=flat-square)
![](https://img.shields.io/badge/docker-1.13.1-blue.svg?style=flat-square)
![](https://img.shields.io/badge/docker--compose-1.11.1-blue.svg?style=flat-square)


Simple tool for testing with docker container on each test by golang.
Support your private registry.
<br/>

## About
Run docker container in testing for golang.

<br/>

Expand Down
7 changes: 6 additions & 1 deletion lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"version": "v5.2.5",
"revision": "135cb12c7689ffe92338baf677a1e0d2086144dc",
"packages": [
"."
".",
"internal",
"internal/consistenthash",
"internal/hashtag",
"internal/pool",
"internal/proto"
]
}
]
Expand Down

0 comments on commit 6657962

Please sign in to comment.