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.
lib/go.mod

11 lines
223 B
Modula-2

module git.simts.cc/common/lib
go 1.14
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
)