forked from tdewolff/minify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 664 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/tdewolff/minify/v2
go 1.18
require (
github.com/djherbis/atime v1.1.0
github.com/fsnotify/fsnotify v1.7.0
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
github.com/tdewolff/argp v0.0.0-20240625173203-87b04d5d3e52
github.com/tdewolff/parse/v2 v2.7.17
github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
golang.org/x/sys v0.25.0 // indirect
)