Skip to content

Commit 57f1476

Browse files
authored
Bump unrolled/render to v1.1.0 (go-gitea#15581) (go-gitea#15608)
v1.1.0 has improved buffer pooling
1 parent bdba894 commit 57f1476

File tree

10 files changed

+97
-32
lines changed

10 files changed

+97
-32
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ require (
122122
github.com/unknwon/com v1.0.1
123123
github.com/unknwon/i18n v0.0.0-20200823051745-09abd91c7f2c
124124
github.com/unknwon/paginater v0.0.0-20200328080006-042474bd0eae
125-
github.com/unrolled/render v1.0.3
125+
github.com/unrolled/render v1.1.0
126126
github.com/urfave/cli v1.22.5
127127
github.com/willf/bitset v1.1.11 // indirect
128128
github.com/xanzy/go-gitlab v0.44.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,8 @@ github.com/unknwon/paginater v0.0.0-20200328080006-042474bd0eae h1:ihaXiJkaca54I
11151115
github.com/unknwon/paginater v0.0.0-20200328080006-042474bd0eae/go.mod h1:1fdkY6xxl6ExVs2QFv7R0F5IRZHKA8RahhB9fMC9RvM=
11161116
github.com/unrolled/render v1.0.3 h1:baO+NG1bZSF2WR4zwh+0bMWauWky7DVrTOfvE2w+aFo=
11171117
github.com/unrolled/render v1.0.3/go.mod h1:gN9T0NhL4Bfbwu8ann7Ry/TGHYfosul+J0obPf6NBdM=
1118+
github.com/unrolled/render v1.1.0 h1:gvpR9hHxTt6DcGqRYuVVFcfd8rtK+nyEPUJN06KB57Q=
1119+
github.com/unrolled/render v1.1.0/go.mod h1:gN9T0NhL4Bfbwu8ann7Ry/TGHYfosul+J0obPf6NBdM=
11181120
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
11191121
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
11201122
github.com/urfave/cli v1.22.5 h1:lNq9sAHXK2qfdI8W+GRItjCEkI+2oR4d+MEHy1CKXoU=

vendor/github.com/unrolled/render/.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/unrolled/render/README.md

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

vendor/github.com/unrolled/render/buffer.go

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/unrolled/render/engine.go

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/unrolled/render/genericbufferpool.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/unrolled/render/render.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/unrolled/render/sizedbufferpool.go

Lines changed: 62 additions & 0 deletions
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
@@ -777,7 +777,7 @@ github.com/unknwon/i18n
777777
# github.com/unknwon/paginater v0.0.0-20200328080006-042474bd0eae
778778
## explicit
779779
github.com/unknwon/paginater
780-
# github.com/unrolled/render v1.0.3
780+
# github.com/unrolled/render v1.1.0
781781
## explicit
782782
github.com/unrolled/render
783783
# github.com/urfave/cli v1.22.5

0 commit comments

Comments
 (0)