mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
18 lines
458 B
AMPL
18 lines
458 B
AMPL
module github.com/EnumeratedDev/bpm/src/bpmlib
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/drone/envsubst v1.0.3
|
|
github.com/knqyf263/go-rpm-version v0.0.0-20240918084003-2afd7dc6a38f
|
|
github.com/schollz/progressbar/v3 v3.18.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/term v0.36.0 // indirect
|
|
)
|