|
@@ -9,6 +9,7 @@ require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
|
|
+ github.com/mojocn/base64Captcha v1.3.6
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
github.com/silenceper/wechat/v2 v2.1.6
|
|
github.com/silenceper/wechat/v2 v2.1.6
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
@@ -20,6 +21,7 @@ require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
+ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
@@ -37,9 +39,10 @@ require (
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
|
|
+ golang.org/x/image v0.13.0 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
- golang.org/x/text v0.12.0 // indirect
|
|
|
|
|
|
+ golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|