2024-10-09 00:09:53 +00:00
|
|
|
module somehole.com/service/oauth2
|
2024-10-01 17:38:43 +00:00
|
|
|
|
|
|
|
go 1.23.1
|
|
|
|
|
|
|
|
require (
|
2024-10-01 23:06:53 +00:00
|
|
|
somehole.com/common/log v0.1.3
|
2024-10-02 01:37:21 +00:00
|
|
|
somehole.com/common/security v0.2.1
|
2024-10-09 21:11:15 +00:00
|
|
|
somehole.com/service/router v0.19.0
|
2024-10-01 17:38:43 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cloudflare/circl v1.4.0 // indirect
|
2024-10-02 01:37:21 +00:00
|
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2024-10-01 17:38:43 +00:00
|
|
|
)
|