mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-01 19:21:31 +00:00
33 lines
1.1 KiB
AMPL
33 lines
1.1 KiB
AMPL
module github.com/clearlinux/clr-installer
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
|
|
github.com/VladimirMarkelov/clui v1.2.1
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
|
|
github.com/gotk3/gotk3 v0.6.2
|
|
github.com/huandu/xstrings v1.4.0
|
|
github.com/leonelquinteros/gotext v1.5.2
|
|
github.com/nightlyone/lockfile v1.0.0
|
|
github.com/nsf/termbox-go v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/crypto v0.15.0
|
|
golang.org/x/text v0.14.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
golang.org/x/term v0.14.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|