Skip to content

Commit 6657962

Browse files
committed
update vendor
1 parent 8e4fda2 commit 6657962

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22

33
go:
4+
- 1.7.5
45
- 1.8
5-
- tip
66

77
sudo: false
88

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: update test
22

33
prepare:
4-
go get -u github.com/golang/dep
4+
go get -u github.com/golang/dep/...
55

66
update:
77
dep ensure -v -update

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
[![Build Status](https://travis-ci.org/takecy/gockertest.svg?branch=master)](https://travis-ci.org/takecy/gockertest)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/takecy/gockertest)](https://goreportcard.com/report/github.com/takecy/gockertest)
55

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

1010

11-
Simple tool for testing with docker container on each test by golang.
12-
Support your private registry.
11+
<br/>
12+
13+
## About
14+
Run docker container in testing for golang.
1315

1416
<br/>
1517

lock.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
"version": "v5.2.5",
77
"revision": "135cb12c7689ffe92338baf677a1e0d2086144dc",
88
"packages": [
9-
"."
9+
".",
10+
"internal",
11+
"internal/consistenthash",
12+
"internal/hashtag",
13+
"internal/pool",
14+
"internal/proto"
1015
]
1116
}
1217
]

0 commit comments

Comments
 (0)