Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 267c5bb

Browse files
authored
Merge pull request #1466 from grafana/fix-1465
patch and update macaron/binding middleware to support content-length header for GET requests
2 parents 7a539fb + 9cdd3f9 commit 267c5bb

28 files changed

+443
-114
lines changed

Gopkg.lock

+14-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unused-packages = true
5959

6060
[[constraint]]
6161
name = "github.com/go-macaron/binding"
62-
revision = "a453235199f8898e01647db8820f937a184fbd09"
62+
version = "v1.0.0"
6363

6464
[[constraint]]
6565
name = "github.com/gocql/gocql"

vendor/github.com/go-macaron/binding/binding.go

+104-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

vendor/github.com/Unknwon/com/convert.go vendor/github.com/unknwon/com/convert.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)