File tree 3 files changed +8
-13
lines changed 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ require (
34
34
github.com/spf13/pflag v1.0.5
35
35
github.com/spf13/viper v1.4.0
36
36
github.com/stretchr/testify v1.4.0
37
- github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec
37
+ github.com/timakin/bodyclose v0.0.0-20190926151346-866fdb772e33
38
38
github.com/ultraware/funlen v0.0.2
39
39
github.com/ultraware/whitespace v0.0.3
40
40
github.com/valyala/quicktemplate v1.2.0
@@ -46,12 +46,7 @@ require (
46
46
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
47
47
)
48
48
49
- replace (
50
- // https://github.com/timakin/bodyclose/pull/20
51
- github.com/timakin/bodyclose => github.com/golangci/bodyclose v0.0.0-20190924091105-43b3ff1b0de0
52
-
53
- // https://github.com/golang/tools/pull/156
54
- // https://github.com/golang/tools/pull/160
55
- // https://github.com/golang/tools/pull/162
56
- golang.org/x/tools => github.com/golangci/tools v0.0.0-20190915081525-6aa350649b1c
57
- )
49
+ // https://github.com/golang/tools/pull/156
50
+ // https://github.com/golang/tools/pull/160
51
+ // https://github.com/golang/tools/pull/162
52
+ replace golang.org/x/tools => github.com/golangci/tools v0.0.0-20190915081525-6aa350649b1c
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
74
74
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
75
75
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs =
76
76
github.com/golang/protobuf v1.3.2 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
77
- github.com/golangci/bodyclose v0.0.0-20190924091105-43b3ff1b0de0 h1:SOIRs5twdFsHlEhPmysNtHiveNIMdXcwUZgvN+tKFWc =
78
- github.com/golangci/bodyclose v0.0.0-20190924091105-43b3ff1b0de0 /go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk =
79
77
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 h1:23T5iq8rbUYlhpt5DB4XJkc6BU31uODLD1o1gKvZmD0 =
80
78
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 /go.mod h1:k9Qvh+8juN+UKMCS/3jFtGICgW8O96FVaZsaxdzDkR4 =
81
79
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a h1:w8hkcTqaFpzKqonE9uMCefW1WDie15eSP/4MssdenaM =
@@ -227,6 +225,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
227
225
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
228
226
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk =
229
227
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 =
230
230
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 /go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U =
231
231
github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
232
232
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 /go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0 =
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ github.com/stretchr/objx
164
164
github.com/stretchr/testify/assert
165
165
github.com/stretchr/testify/mock
166
166
github.com/stretchr/testify/require
167
- # github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec => github.com/golangci/bodyclose v0.0.0-20190924091105-43b3ff1b0de0
167
+ # github.com/timakin/bodyclose v0.0.0-20190926151346-866fdb772e33
168
168
github.com/timakin/bodyclose/passes/bodyclose
169
169
# github.com/ultraware/funlen v0.0.2
170
170
github.com/ultraware/funlen
You can’t perform that action at this time.
0 commit comments