File: go.mod

package info (click to toggle)
golang-github-tdewolff-minify 2.20.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,388 kB
  • sloc: javascript: 394,644; xml: 25,649; ansic: 253; makefile: 108; python: 108; sh: 47
file content (21 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
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-20240307141015-960de61a6aa8
	github.com/tdewolff/parse/v2 v2.7.15
	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.16.0 // indirect
)