-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
68 lines (60 loc) · 2.17 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module github.com/traPtitech/anke-to
go 1.20
require (
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/subcommands v1.2.0 // indirect
github.com/google/wire v0.5.0
github.com/labstack/echo/v4 v4.11.1
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sync v0.1.0
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/validator/v10 v10.10.1
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/time v0.3.0 // indirect
)
require (
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/labstack/echo-contrib v0.12.0
github.com/leodido/go-urn v1.2.1 // indirect
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
gorm.io/gorm v1.25.5
)
require (
github.com/jinzhu/now v1.1.5 // indirect
gorm.io/driver/mysql v1.5.2
)
require (
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/prometheus/client_golang v1.12.1
gopkg.in/guregu/null.v4 v4.0.0
gorm.io/plugin/prometheus v0.0.0-20210820101226-2a49866f83ee
)
require github.com/go-gormigrate/gormigrate/v2 v2.1.1 // indirect