File: go.mod

package info (click to toggle)
direnv 2.37.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 872 kB
  • sloc: sh: 1,499; csh: 83; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/direnv/direnv/v2

go 1.24

require (
	github.com/BurntSushi/toml v1.5.0
	github.com/mattn/go-isatty v0.0.20
	golang.org/x/mod v0.25.0
)

require golang.org/x/sys v0.30.0 // indirect