Skip to content

Commit bbb0e6b

Browse files
jirfagtpounds
authored andcommitted
update bodyclose
1 parent 95ec0cf commit bbb0e6b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/spf13/pflag v1.0.5
3535
github.com/spf13/viper v1.4.0
3636
github.com/stretchr/testify v1.4.0
37-
github.com/timakin/bodyclose v0.0.0-20190926151346-866fdb772e33
37+
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
3838
github.com/ultraware/funlen v0.0.2
3939
github.com/ultraware/whitespace v0.0.3
4040
github.com/valyala/quicktemplate v1.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
225225
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
226226
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
227227
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
228-
github.com/timakin/bodyclose v0.0.0-20190926151346-866fdb772e33 h1:x0Cqy/vndAeVooVIsYzYl3U+/dPj8p7hj1gwsXqWSeU=
229-
github.com/timakin/bodyclose v0.0.0-20190926151346-866fdb772e33/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
228+
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e h1:RumXZ56IrCj4CL+g1b9OL/oH0QnsF976bC8xQFYUD5Q=
229+
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
230230
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
231231
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
232232
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=

vendor/github.com/timakin/bodyclose/passes/bodyclose/bodyclose.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ github.com/stretchr/objx
164164
github.com/stretchr/testify/assert
165165
github.com/stretchr/testify/mock
166166
github.com/stretchr/testify/require
167-
# github.com/timakin/bodyclose v0.0.0-20190926151346-866fdb772e33
167+
# github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
168168
github.com/timakin/bodyclose/passes/bodyclose
169169
# github.com/ultraware/funlen v0.0.2
170170
github.com/ultraware/funlen

0 commit comments

Comments
 (0)