File: go.mod

package info (click to toggle)
reflex 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/cespare/reflex

go 1.15

require (
	github.com/creack/pty v1.1.11
	github.com/fsnotify/fsnotify v1.4.7
	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
	github.com/kr/pretty v0.1.0
	github.com/ogier/pflag v0.0.1
	golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
)