forked from treehollow/treehollow-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (50 loc) · 2.1 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module treehollow-v3-backend
go 1.15
require (
github.com/ProtonMail/go-crypto v0.0.0-20201208181130-20fe99622a86 // indirect
github.com/ProtonMail/gopenpgp/v2 v2.1.4
github.com/SSSaaS/sssa-golang v0.0.0-20170502204618-d37d7782d752
github.com/aws/aws-sdk-go v1.37.9
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-redis/cache/v8 v8.3.1
github.com/go-redis/redis/v8 v8.5.0
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/iancoleman/orderedmap v0.2.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/oschwald/geoip2-golang v1.4.0
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil/v3 v3.21.1
github.com/sideshow/apns2 v0.20.0
github.com/sigurn/crc8 v0.0.0-20160107002456-e55481d6f45c
github.com/sigurn/utils v0.0.0-20190728110027-e1fefb11a144 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/ugorji/go v1.2.4 // indirect
github.com/ulule/limiter/v3 v3.8.0
github.com/vmihailenco/msgpack/v5 v5.1.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ezzarghili/recaptcha-go.v4 v4.3.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/mysql v1.0.4
gorm.io/gorm v1.20.12
)