forked from traPtitech/traQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
68 lines (65 loc) · 2.77 KB
/
go.mod
File metadata and controls
68 lines (65 loc) · 2.77 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module github.com/traPtitech/traQ
require (
cloud.google.com/go v0.81.0
cloud.google.com/go/firestore v1.1.1 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/NYTimes/gziphandler v1.1.1
github.com/blendle/zapdriver v1.3.1
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/boz/go-throttle v0.0.0-20160922054636-fdc4eab740c1
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8
github.com/fatih/structs v1.1.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/gavv/httpexpect/v2 v2.2.0
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.0.0
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gofrs/uuid v3.4.0+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/mock v1.5.0
github.com/google/wire v0.5.0
github.com/gorilla/websocket v1.4.2
github.com/hajimehoshi/go-mp3 v0.3.2
github.com/hashicorp/golang-lru v0.5.4
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jakobvarmose/go-qidenticon v0.0.0-20170128000056-5c327fb4e74a
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.11
github.com/labstack/echo/v4 v4.2.2
github.com/leandro-lugaresi/hub v1.1.1
github.com/lib/pq v1.2.0 // indirect
github.com/motoki317/go-waveform v0.0.0-20210502092521-26e42e93bdb6
github.com/ncw/swift v1.0.53
github.com/olivere/elastic/v7 v7.0.24
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/sapphi-red/midec v0.5.1
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.45.0
gopkg.in/gormigrate.v1 v1.6.0
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/blendle/zapdriver v1.3.1 => github.com/wtks/zapdriver v1.3.1-patch.0
go 1.16