File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
+ - 1.7.5
4
5
- 1.8
5
- - tip
6
6
7
7
sudo : false
8
8
Original file line number Diff line number Diff line change 1
1
.PHONY : update test
2
2
3
3
prepare :
4
- go get -u github.com/golang/dep
4
+ go get -u github.com/golang/dep/...
5
5
6
6
update :
7
7
dep ensure -v -update
Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/takecy/gockertest.svg?branch=master )] ( https://travis-ci.org/takecy/gockertest )
4
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/takecy/gockertest )] ( https://goreportcard.com/report/github.com/takecy/gockertest )
5
5
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 )
7
7
![ ] ( https://img.shields.io/badge/docker-1.13.1-blue.svg?style=flat-square )
8
8
![ ] ( https://img.shields.io/badge/docker--compose-1.11.1-blue.svg?style=flat-square )
9
9
10
10
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.
13
15
14
16
<br />
15
17
Original file line number Diff line number Diff line change 6
6
"version" : " v5.2.5" ,
7
7
"revision" : " 135cb12c7689ffe92338baf677a1e0d2086144dc" ,
8
8
"packages" : [
9
- " ."
9
+ " ." ,
10
+ " internal" ,
11
+ " internal/consistenthash" ,
12
+ " internal/hashtag" ,
13
+ " internal/pool" ,
14
+ " internal/proto"
10
15
]
11
16
}
12
17
]
You can’t perform that action at this time.
0 commit comments