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.
18 lines
458 B
Modula-2
18 lines
458 B
Modula-2
module git.simts.cc/common/lib
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
)
|
|
|
|
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.0.0-20190501045829-6d32002ffd75 // indirect
|
|
)
|