forked from clearlinux/clr-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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
)