This repository has been archived on 2020-11-12. You can view files and clone it, but cannot push or open issues or pull requests.
i18n/go.mod
Andrew Thornton 0d444cb714
All checks were successful
continuous-integration/drone/push Build is passing
Update i18n to allow setting samesite (#7)
fix doc

Signed-off-by: Andrew Thornton <art27@cantab.net>

Update i18n to allow setting samesite

Signed-off-by: Andrew Thornton <art27@cantab.net>

Reviewed-on: #7
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-Authored-By: Andrew Thornton <art27@cantab.net>
Co-Committed-By: Andrew Thornton <art27@cantab.net>
2020-11-12 15:45:44 +08:00

14 lines
420 B
Modula-2

module gitea.com/macaron/i18n
go 1.11
require (
gitea.com/macaron/macaron v1.5.1-0.20201027213641-0db5d4584804
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/stretchr/testify v1.4.0
github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/text v0.3.2
gopkg.in/ini.v1 v1.62.0 // indirect
)