From 1ddfa596c8d9acb4fa5c04ed25df374b6e51c4b9 Mon Sep 17 00:00:00 2001 From: Gusted Date: Sat, 22 Jan 2022 21:59:34 +0000 Subject: Make gitea, gitea-vet future-proof (#18361) * Make gitea, gitea-vet future-proof - Ref: https://gitea.com/gitea/gitea-vet/pulls/18 * Correct order Co-authored-by: zeripath --- modules/json/json.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/json') diff --git a/modules/json/json.go b/modules/json/json.go index 1cbb658261..3afa86023c 100644 --- a/modules/json/json.go +++ b/modules/json/json.go @@ -4,6 +4,7 @@ package json +// Allow "encoding/json" import. import ( "bytes" "encoding/binary" -- cgit v1.2.3