-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 706 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module codeberg.org/ymazdy/mediamanager
go 1.15
require (
github.com/cosmtrek/air v1.21.2 // indirect
github.com/creack/pty v1.1.11 // indirect
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.10.0 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jtguibas/cinema v0.0.0-20200208054232-ca271f28a020
github.com/julienschmidt/httprouter v1.3.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/thedevsaddam/govalidator v1.9.10
github.com/thedevsaddam/renderer v1.2.0 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)