diff options
author | Colin Arnott <carnott@snapchat.com> | 2019-10-15 15:45:39 +0000 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-10-15 16:45:39 +0100 |
commit | 80655026d2cc8e56223be546a5ed46634eafa059 (patch) | |
tree | 3c21a1cdd25b0cafba0d82a243b876ea65a9c3cb /vendor/modules.txt | |
parent | 9b9b67cd3191099724b2d22661ee9c1872f8aaa1 (diff) | |
download | gitea-80655026d2cc8e56223be546a5ed46634eafa059.tar.gz gitea-80655026d2cc8e56223be546a5ed46634eafa059.zip |
upgrade gopkg.in/ini.v1 (#8500)
ini released v1.48.0 and deprecated the ini.AllCapsUnderscore symbol, as
such, during the upgrade we migrated to using ini.SnackCase.
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 52bb23dfda..cda2acf0ee 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -541,7 +541,7 @@ gopkg.in/asn1-ber.v1 gopkg.in/editorconfig/editorconfig-core-go.v1 # gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gopkg.in/gomail.v2 -# gopkg.in/ini.v1 v1.46.0 +# gopkg.in/ini.v1 v1.48.0 gopkg.in/ini.v1 # gopkg.in/ldap.v3 v3.0.2 gopkg.in/ldap.v3 |