File: go.mod

package info (click to toggle)
git-pages-cli 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module codeberg.org/git-pages/git-pages-cli

go 1.25.0

require (
	github.com/google/uuid v1.6.0
	github.com/klauspost/compress v1.18.3
	github.com/spf13/pflag v1.0.10
)