mirror of
https://github.com/gogs/gogs.git
synced 2026-01-07 16:02:18 +01:00
db: use context and go-mockgen for login sources (#7041)
This commit is contained in:
4
go.mod
4
go.mod
@@ -5,6 +5,7 @@ go 1.16
|
||||
require (
|
||||
github.com/Masterminds/semver/v3 v3.1.1
|
||||
github.com/bgentry/speakeasy v0.1.0 // indirect
|
||||
github.com/derision-test/go-mockgen v1.2.0
|
||||
github.com/editorconfig/editorconfig-core-go/v2 v2.4.4
|
||||
github.com/fatih/color v1.9.0 // indirect
|
||||
github.com/go-ldap/ldap/v3 v3.4.3
|
||||
@@ -52,8 +53,7 @@ require (
|
||||
github.com/unknwon/paginater v0.0.0-20170405233947-45e5d631308e
|
||||
github.com/urfave/cli v1.22.9
|
||||
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
|
||||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||||
golang.org/x/net v0.0.0-20220325170049-de3da57026de
|
||||
golang.org/x/text v0.3.7
|
||||
gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
|
||||
Reference in New Issue
Block a user