mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 12:36:13 +01:00
c23c843abf
(cherry picked from commitaea4ab25a9
) (cherry picked from commitd386b212c4
) (cherry picked from commitc4935f08ad
) (cherry picked from commitdc6ca7cd25
) (cherry picked from commit25296d5a3c
) (cherry picked from commit3d54c64c5f
) (cherry picked from commit6ece0b9d01
) (cherry picked from commit3b39962033
) (cherry picked from commit5e2167cd03
) (cherry picked from commite676d7b265
) (cherry picked from commit9cd258e865
) (cherry picked from commit0a8d58c159
) (cherry picked from commitb66d06823a
) (cherry picked from commit4fbe2a0047
) (cherry picked from commita225e0c9b4
) (cherry picked from commit3cb2cf907a
) (cherry picked from commit8e8b2335cc
) (cherry picked from commit02b71042b3
) (cherry picked from commit5ec9137eff
)
10 lines
163 B
Go
10 lines
163 B
Go
// SPDX-FileCopyrightText: Copyright the Forgejo contributors
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package oauth2
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
var HTTPClient *http.Client
|