File: go.mod

package info (click to toggle)
ez-ipam 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,544 kB
  • sloc: makefile: 6
file content (19 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/plumber-cd/ez-ipam

go 1.25

require (
	github.com/gdamore/tcell/v2 v2.13.8
	github.com/rivo/tview v0.42.0
	golang.org/x/text v0.34.0
	sigs.k8s.io/yaml v1.6.0
)

require (
	github.com/gdamore/encoding v1.0.1 // indirect
	github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	go.yaml.in/yaml/v2 v2.4.3 // indirect
	golang.org/x/sys v0.41.0 // indirect
	golang.org/x/term v0.40.0 // indirect
)