-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 777 Bytes
/
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
module github.com/JeffFaer/tmux-vcs-sync
go 1.22.0
require (
github.com/JeffFaer/go-stdlib-ext v0.1.1
github.com/JeffFaer/tmux-vcs-sync/api v0.0.0-20240412020100-620b6014ff99
github.com/avast/retry-go/v4 v4.5.1
github.com/carlmjohnson/versioninfo v0.22.5
github.com/creack/pty v1.1.21
github.com/google/go-cmp v0.6.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/magefile/mage v1.15.0
github.com/mr-tron/base58 v1.2.0
github.com/phsym/console-slog v0.3.1
github.com/spf13/cobra v1.8.0
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.1.0 // indirect
)