mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-20 14:00:04 +02:00
Use JSON module instead of stdlib json (#18003)
This commit is contained in:
parent
8354670708
commit
dab28c7049
2 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
package updatechecker
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
"code.gitea.io/gitea/modules/appstate"
|
||||
"code.gitea.io/gitea/modules/json"
|
||||
"code.gitea.io/gitea/modules/proxy"
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue