forked from clearlinux/clr-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/clearlinux/clr-installer
go 1.13
require (
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
github.com/VladimirMarkelov/clui v1.2.1
github.com/atotto/clipboard v0.1.2 // indirect
github.com/coreos/go-systemd/v22 v22.0.0
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
github.com/google/go-cmp v0.4.0 // indirect
github.com/gotk3/gotk3 v0.6.0
github.com/huandu/xstrings v1.3.0
github.com/kr/text v0.2.0 // indirect
github.com/leonelquinteros/gotext v1.4.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nightlyone/lockfile v1.0.0
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
golang.org/x/text v0.3.2
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8
)