diff options
author | Nathan Smith <12156185+nsmith5@users.noreply.github.com> | 2021-04-22 11:54:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 11:54:27 +0200 |
commit | 445e47b6922a5bca9da6d72903398d27562cff98 (patch) | |
tree | a550ed2b7e2896ded224d1397b703f1aa868ff6c /go.mod | |
parent | If the default branch is not present do not report error on stats indexing (#... (diff) | |
download | forgejo-445e47b6922a5bca9da6d72903398d27562cff98.tar.xz forgejo-445e47b6922a5bca9da6d72903398d27562cff98.zip |
Bump unrolled/render to v1.1.0 (#15581)
v1.1.0 has improved buffer pooling
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ require ( github.com/unknwon/com v1.0.1 github.com/unknwon/i18n v0.0.0-20210321134014-0ebbf2df1c44 github.com/unknwon/paginater v0.0.0-20200328080006-042474bd0eae - github.com/unrolled/render v1.0.3 + github.com/unrolled/render v1.1.0 github.com/urfave/cli v1.22.5 github.com/willf/bitset v1.1.11 // indirect github.com/xanzy/go-gitlab v0.44.0 |