diff options
author | Unknwon <u@gogs.io> | 2019-11-12 22:54:09 -0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-11-12 22:54:09 -0800 |
commit | 5bec61b824e58a8923fb59680115066b405e02c6 (patch) | |
tree | 4fd40f7838cd398b55e9c547cac5448272f3e18d /go.mod | |
parent | 7a0fbd0eb14f865753c5918fe73ecc4d24cfe503 (diff) |
go.mod: update github.com/go-macaron/binding@v1.0.1
Addresses gogs/go-gogs-client#111.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( github.com/bgentry/speakeasy v0.1.0 // indirect github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0 github.com/fatih/color v1.7.0 // indirect - github.com/go-macaron/binding v1.0.0 + github.com/go-macaron/binding v1.0.1 github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196 github.com/go-macaron/captcha v0.0.0-20190813234938-24f40749f36d github.com/go-macaron/csrf v0.0.0-20190812063352-946f6d303a4c |