You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
436 B
Modula-2
19 lines
436 B
Modula-2
module git.simts.cc/common/lib
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Luzifer/go-openssl/v3 v3.1.0
|
|
github.com/golang-jwt/jwt/v5 v5.0.0-rc.2
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/crypto v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
go.uber.org/atomic v1.6.0 // indirect
|
|
go.uber.org/multierr v1.5.0 // indirect
|
|
golang.org/x/image v0.7.0 // indirect
|
|
)
|