@@ -7,9 +7,12 @@ require (
7
7
github.com/gin-gonic/gin v1.7.7
8
8
github.com/go-redis/redis/v8 v8.11.5
9
9
github.com/golang-jwt/jwt v3.2.2+incompatible
10
+ github.com/k3a/html2text v1.0.8
10
11
github.com/spf13/viper v1.11.0
12
+ github.com/thanhpk/randstr v1.0.4
11
13
go.mongodb.org/mongo-driver v1.9.1
12
14
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9
15
+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
13
16
)
14
17
15
18
require (
@@ -25,7 +28,6 @@ require (
25
28
github.com/golang/snappy v0.0.1 // indirect
26
29
github.com/hashicorp/hcl v1.0.0 // indirect
27
30
github.com/json-iterator/go v1.1.12 // indirect
28
- github.com/k3a/html2text v1.0.8 // indirect
29
31
github.com/klauspost/compress v1.13.6 // indirect
30
32
github.com/leodido/go-urn v1.2.1 // indirect
31
33
github.com/magiconair/properties v1.8.6 // indirect
@@ -41,7 +43,6 @@ require (
41
43
github.com/spf13/jwalterweatherman v1.1.0 // indirect
42
44
github.com/spf13/pflag v1.0.5 // indirect
43
45
github.com/subosito/gotenv v1.2.0 // indirect
44
- github.com/thanhpk/randstr v1.0.4 // indirect
45
46
github.com/ugorji/go/codec v1.2.7 // indirect
46
47
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
47
48
github.com/xdg-go/scram v1.0.2 // indirect
@@ -52,7 +53,6 @@ require (
52
53
golang.org/x/text v0.3.7 // indirect
53
54
google.golang.org/protobuf v1.28.0 // indirect
54
55
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
55
- gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
56
56
gopkg.in/ini.v1 v1.66.4 // indirect
57
57
gopkg.in/yaml.v2 v2.4.0 // indirect
58
58
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
0 commit comments