@@ -2,16 +2,18 @@ module github.com/traPtitech/traQ
2
2
3
3
require (
4
4
cloud.google.com/go v0.87.0
5
- cloud.google.com/go/firestore v1.1.1 // indirect
5
+ cloud.google.com/go/firestore v1.5.0 // indirect
6
+ cloud.google.com/go/storage v1.16.0 // indirect
6
7
firebase.google.com/go v3.13.0+incompatible
7
8
github.com/NYTimes/gziphandler v1.1.1
9
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
8
10
github.com/blendle/zapdriver v1.3.1
9
- github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
11
+ github.com/bluele/gcache v0.0.2
10
12
github.com/boz/go-throttle v0.0.0-20160922054636-fdc4eab740c1
11
13
github.com/coreos/go-oidc v2.2.1+incompatible
12
14
github.com/dgrijalva/jwt-go v3.2.0+incompatible
13
15
github.com/disintegration/imaging v1.6.2
14
- github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8
16
+ github.com/dyatlov/go-opengraph v0.0.0-20210112100619-dae8665a5b09
15
17
github.com/fatih/structs v1.1.0 // indirect
16
18
github.com/fogleman/gg v1.3.0 // indirect
17
19
github.com/gavv/httpexpect/v2 v2.3.1
@@ -20,9 +22,12 @@ require (
20
22
github.com/go-gormigrate/gormigrate/v2 v2.0.0
21
23
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
22
24
github.com/go-sql-driver/mysql v1.6.0
23
- github.com/gofrs/uuid v3.4 .0+incompatible
25
+ github.com/gofrs/uuid v4.0 .0+incompatible
24
26
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
27
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
25
28
github.com/golang/mock v1.6.0
29
+ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
30
+ github.com/google/subcommands v1.2.0 // indirect
26
31
github.com/google/wire v0.5.0
27
32
github.com/gorilla/websocket v1.4.2
28
33
github.com/hajimehoshi/go-mp3 v0.3.2
@@ -32,27 +37,35 @@ require (
32
37
github.com/json-iterator/go v1.1.11
33
38
github.com/labstack/echo/v4 v4.4.0
34
39
github.com/leandro-lugaresi/hub v1.1.1
40
+ github.com/mattn/go-isatty v0.0.13 // indirect
35
41
github.com/motoki317/go-waveform v0.0.3
36
42
github.com/ncw/swift v1.0.53
37
43
github.com/olivere/elastic/v7 v7.0.26
38
44
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
39
- github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
45
+ github.com/pquerna/cachecontrol v0.1.0 // indirect
40
46
github.com/prometheus/client_golang v1.11.0
47
+ github.com/prometheus/common v0.29.0 // indirect
48
+ github.com/prometheus/procfs v0.7.1 // indirect
41
49
github.com/sapphi-red/midec v0.5.2
42
- github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
43
- github.com/spf13/cobra v0.0.7
50
+ github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
51
+ github.com/spf13/cobra v1.2.1
44
52
github.com/spf13/pflag v1.0.5
45
53
github.com/spf13/viper v1.8.1
46
54
github.com/stretchr/testify v1.7.0
55
+ go.uber.org/atomic v1.9.0 // indirect
56
+ go.uber.org/multierr v1.7.0 // indirect
47
57
go.uber.org/zap v1.18.1
48
- golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
49
- golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
50
- golang.org/x/image v0.0.0-20210504121937-7319ad40d33e
51
- golang.org/x/net v0.0.0-20210510120150-4163338589ed
58
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
59
+ golang.org/x/exp v0.0.0-20210715201039-d37aa40e8013
60
+ golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
61
+ golang.org/x/net v0.0.0-20210716203947-853a461950ff
52
62
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
53
63
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
64
+ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
65
+ golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
54
66
google.golang.org/api v0.50.0
55
- gopkg.in/square/go-jose.v2 v2.4.1 // indirect
67
+ google.golang.org/genproto v0.0.0-20210721163202-f1cecdd8b78a // indirect
68
+ gopkg.in/square/go-jose.v2 v2.6.0 // indirect
56
69
gopkg.in/yaml.v2 v2.4.0
57
70
gorm.io/driver/mysql v1.1.1
58
71
gorm.io/gorm v1.21.12
0 commit comments