diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-11-22 04:47:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 04:47:23 -0500 |
commit | 499b05da222deff73666f877964d5a92f0f16ac7 (patch) | |
tree | b5920b204e9638609e9b7793f1e2258338c88637 /cmd/web_https.go | |
parent | a159c3175f5f60a9de00f4d3c73787ffa6c63ddd (diff) | |
download | gitea-499b05da222deff73666f877964d5a92f0f16ac7.tar.gz gitea-499b05da222deff73666f877964d5a92f0f16ac7.zip |
Add user settings key/value DB table (#16834)
Diffstat (limited to 'cmd/web_https.go')
-rw-r--r-- | cmd/web_https.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web_https.go b/cmd/web_https.go index b939dcab8a..b0910ca040 100644 --- a/cmd/web_https.go +++ b/cmd/web_https.go @@ -13,6 +13,7 @@ import ( "code.gitea.io/gitea/modules/graceful" "code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/setting" + "github.com/klauspost/cpuid/v2" ) |