-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 732 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/section/sectionctl
go 1.15
require (
github.com/alecthomas/kong v0.2.16
github.com/briandowns/spinner v1.15.0
github.com/fatih/color v1.12.0
github.com/go-git/go-git/v5 v5.3.0
github.com/hashicorp/go-version v1.2.1
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.8
github.com/olekukonko/tablewriter v0.0.5
github.com/posener/complete v1.2.3
github.com/rs/zerolog v1.22.0
github.com/stretchr/testify v1.7.0
github.com/tc-hib/go-winres v0.2.0 // indirect
github.com/willabides/kongplete v0.2.0
github.com/zalando/go-keyring v0.1.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect
)