File: go.mod

package info (click to toggle)
golang-github-tdewolff-minify 2.24.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,416 kB
  • sloc: javascript: 394,644; xml: 25,649; ansic: 253; makefile: 111; python: 109; sh: 74
file content (20 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/tdewolff/minify/v2

go 1.17

toolchain go1.24.1

require (
	github.com/djherbis/atime v1.1.0
	github.com/fsnotify/fsnotify v1.8.0
	github.com/tdewolff/argp v0.0.0-20250209172303-079abae893fb
	github.com/tdewolff/parse/v2 v2.8.3
	github.com/tdewolff/test v1.0.11
)

require (
	github.com/jmoiron/sqlx v1.4.0 // indirect
	github.com/pelletier/go-toml v1.9.5 // indirect
	golang.org/x/sys v0.30.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)