diff options
author | 6543 <6543@obermui.de> | 2020-02-28 14:46:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 13:46:28 +0000 |
commit | ae4eaf02be38de6cb54d93f41cd7683fde0d57e5 (patch) | |
tree | 737045baf9489a7117769d5c0f82c015184375b6 /go.mod | |
parent | 15c7738b3aaf877536d355640b0f57099db9c979 (diff) | |
download | gitea-ae4eaf02be38de6cb54d93f41cd7683fde0d57e5.tar.gz gitea-ae4eaf02be38de6cb54d93f41cd7683fde0d57e5.zip |
vendor: unknown/cae move to taged version (#10521)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ require ( github.com/stretchr/testify v1.4.0 github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect github.com/tstranex/u2f v1.0.0 - github.com/unknwon/cae v0.0.0-20190822084630-55a0b64484a1 + github.com/unknwon/cae v1.0.0 github.com/unknwon/com v1.0.1 github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6 github.com/unknwon/paginater v0.0.0-20151104151617-7748a72e0141 |