File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
sudo : false
3
3
go :
4
- - 1.9.7
5
- - 1.10.3
4
+ - 1.11.5
6
5
- tip
7
6
7
+ env :
8
+ GO111MODULE=on
9
+
8
10
script :
11
+ - go mod download
9
12
- go test -v -covermode=count -coverprofile=coverage.out
10
13
11
14
after_success :
Original file line number Diff line number Diff line change
1
+ module github.com/nikepan/govkbot
2
+
3
+ require (
4
+ github.com/labstack/gommon v0.2.8
5
+ github.com/mattn/go-colorable v0.1.0 // indirect
6
+ github.com/mattn/go-isatty v0.0.4 // indirect
7
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
8
+ github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
9
+ )
Original file line number Diff line number Diff line change
1
+ github.com/labstack/gommon v0.2.8 h1:JvRqmeZcfrHC5u6uVleB4NxxNbzx6gpbJiQknDbKQu0 =
2
+ github.com/labstack/gommon v0.2.8 /go.mod h1:/tj9csK2iPSBvn+3NLM9e52usepMtrd5ilFYA+wQNJ4 =
3
+ github.com/mattn/go-colorable v0.1.0 h1:v2XXALHHh6zHfYTJ+cSkwtyffnaOyR1MXaA91mTrb8o =
4
+ github.com/mattn/go-colorable v0.1.0 /go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU =
5
+ github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs =
6
+ github.com/mattn/go-isatty v0.0.4 /go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4 =
7
+ github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
8
+ github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
9
+ github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 h1:gKMu1Bf6QINDnvyZuTaACm9ofY+PRh+5vFz4oxBZeF8 =
10
+ github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 /go.mod h1:50wTf68f99/Zt14pr046Tgt3Lp2vLyFZKzbFXTOabXw =
You can’t perform that action at this time.
0 commit comments