-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
47 lines (43 loc) · 1.76 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
module github.com/EduOJ/backend
go 1.15
require (
github.com/fatih/color v1.10.0
github.com/gabriel-vasile/mimetype v1.1.2
github.com/go-gormigrate/gormigrate/v2 v2.0.0
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.1
github.com/go-redis/redis/v8 v8.4.11
github.com/go-webauthn/webauthn v0.8.2
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/johannesboyne/gofakes3 v0.0.0-20210124080349-901cf567bf01
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/labstack/echo/v4 v4.9.0
github.com/labstack/gommon v0.3.1
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lib/pq v1.7.1 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/minio/md5-simd v1.1.1 // indirect
github.com/minio/minio-go/v7 v7.0.8
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.8.1
github.com/swaggo/echo-swagger v1.3.0
github.com/swaggo/swag v1.8.0
github.com/xlab/treeprint v1.0.0
golang.org/x/crypto v0.6.0
golang.org/x/tools v0.7.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
gorm.io/datatypes v1.0.0
gorm.io/driver/mysql v1.0.4
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
)
replace github.com/stretchr/testify v1.8.1 => github.com/leoleoasd/testify v1.6.2-0.20220217095700-4ed8551c7e3c
replace github.com/johannesboyne/gofakes3 => github.com/leoleoasd/gofakes3 v0.0.0-20210203155129-abef9ae90e02