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.
12 lines
264 B
Modula-2
12 lines
264 B
Modula-2
4 years ago
|
module git.simts.cc/common/lib
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/go-openssl/v3 v3.1.0
|
||
|
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
|
||
|
)
|