File: go.mod

package info (click to toggle)
reflex 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: sh: 24; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/cespare/reflex

go 1.24.0

require (
	github.com/creack/pty v1.1.24
	github.com/fsnotify/fsnotify v1.9.0
	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
	github.com/kr/pretty v0.1.0
	github.com/ogier/pflag v0.0.1
)

require (
	github.com/kr/text v0.1.0 // indirect
	golang.org/x/sys v0.41.0 // indirect
)