-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
27 lines (25 loc) · 1000 Bytes
/
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
module github.com/kiwiirc/plugin-fileuploader
go 1.16
require (
github.com/BurntSushi/toml v1.2.1
github.com/IGLOU-EU/go-wildcard v1.0.3
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
github.com/gin-gonic/gin v1.8.1
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/go-sql-driver/mysql v1.7.0
github.com/goccy/go-json v0.10.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-sqlite3 v1.14.16
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/rs/zerolog v1.28.0
github.com/rubenv/sql-migrate v1.2.0
github.com/sethgrid/pester v1.2.0 // indirect
github.com/tus/tusd v1.10.0
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
)