-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
34 lines (32 loc) · 1.16 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
28
29
30
31
32
33
34
module github.com/OnitiFR/mulch
go 1.16
require (
github.com/BurntSushi/toml v1.3.2
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/alessio/shellescape v1.4.2
github.com/blang/semver/v4 v4.0.0
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
github.com/cloudflare/circl v1.3.7 // indirect
github.com/fatih/color v1.16.0
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.11.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/joho/godotenv v1.5.1
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/sftp v1.13.6
github.com/rivo/uniseg v0.4.4 // indirect
github.com/ryanuber/go-glob v1.0.0
github.com/sergi/go-diff v1.3.1 // indirect
github.com/smallnest/ringbuffer v0.0.0-20230728150354-35801fa39d0e
github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.31.0
golang.org/x/term v0.27.0
golang.org/x/text v0.21.0
golang.org/x/time v0.8.0
libvirt.org/go/libvirt v1.10000.0
libvirt.org/go/libvirtxml v1.10000.0
)