File tree 5 files changed +4
-8
lines changed
github.com/valyala/quicktemplate 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 8
8
- NODE_VERSION=10.16.3
9
9
10
10
before_script :
11
- # use GO111MODULE=off otherwise libs can't be updates inside vendor/
12
- - GO111MODULE=off go get github.com/valyala/quicktemplate # for tests
13
- - GO111MODULE=off go get github.com/pkg/errors # for tests
14
11
- nvm install "${NODE_VERSION}"
15
12
16
13
script :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
42
42
github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec
43
43
github.com/ultraware/funlen v0.0.2
44
44
github.com/ultraware/whitespace v0.0.2
45
- github.com/valyala/quicktemplate v1.1.1
45
+ github.com/valyala/quicktemplate v1.2.0
46
46
golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678
47
47
gopkg.in/yaml.v2 v2.2.2
48
48
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
Original file line number Diff line number Diff line change @@ -238,8 +238,8 @@ github.com/ultraware/whitespace v0.0.2/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89
238
238
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
239
239
github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
240
240
github.com/valyala/fasthttp v1.2.0 /go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s =
241
- github.com/valyala/quicktemplate v1.1.1 h1:C58y/wN0FMTi2PR0n3onltemfFabany53j7M6SDDB8k =
242
- github.com/valyala/quicktemplate v1.1.1 /go.mod h1:EH+4AkTd43SvgIbQHYu59/cJyxDoOVRUAfrukLPuGJ4 =
241
+ github.com/valyala/quicktemplate v1.2.0 h1:BaO1nHTkspYzmAjPXj0QiDJxai96tlcZyKcI9dyEGvM =
242
+ github.com/valyala/quicktemplate v1.2.0 /go.mod h1:EH+4AkTd43SvgIbQHYu59/cJyxDoOVRUAfrukLPuGJ4 =
243
243
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a /go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio =
244
244
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 /go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU =
245
245
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 /go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q =
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ github.com/ultraware/funlen
193
193
github.com/ultraware/whitespace
194
194
# github.com/valyala/bytebufferpool v1.0.0
195
195
github.com/valyala/bytebufferpool
196
- # github.com/valyala/quicktemplate v1.1.1
196
+ # github.com/valyala/quicktemplate v1.2.0
197
197
github.com/valyala/quicktemplate
198
198
# golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5
199
199
golang.org/x/sys/unix
You can’t perform that action at this time.
0 commit comments