Skip to content

Commit

Permalink
Merge pull request #199 from gustavosbarreto/update_deps
Browse files Browse the repository at this point in the history
glide: update project dependecies
  • Loading branch information
otavio committed Apr 11, 2018
2 parents dbf9283 + 9bb84a2 commit ebecaf9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 29 deletions.
2 changes: 1 addition & 1 deletion client/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ func (thh *testHttpHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
thh.LastRequestHeader = r.Header

if r.Method == http.MethodGet && r.Header.Get("Range") != "" {
rr, err := httputils.ParseRange(r.Header.Get("Range"), int64(len(thh.ResponseBody)))
rr, _, err := httputils.ParseRange(r.Header.Get("Range"), int64(len(thh.ResponseBody)))
if err != nil {
panic(err)
}
Expand Down
54 changes: 26 additions & 28 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebecaf9

Please sign in to comment.