-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
45 lines (42 loc) · 1.63 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
module Auto_Bangumi/v2
go 1.21.3
require (
github.com/arl/statsviz v0.6.0
github.com/flosch/pongo2/v6 v6.0.0
github.com/glebarez/sqlite v1.9.0
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/jwtauth/v5 v5.1.1
github.com/lestrrat-go/jwx/v2 v2.0.11
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rs/zerolog v1.31.0
github.com/sugawarayuuta/sonnet v0.0.0-20231004000330-239c7b6e4ce8
github.com/wei840222/gorm-zerolog v0.0.0-20210303025759-235c42bb33fa
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
gorm.io/gorm v1.25.5
)
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.21.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc v1.0.4 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rs/xid v1.5.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
golang.org/x/sys v0.13.0 // indirect
modernc.org/libc v1.22.5 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/sqlite v1.23.1 // indirect
)