forked from transifex/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 646 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/transifex/cli
go 1.16
require (
github.com/blang/semver v3.5.1+incompatible
github.com/fatih/color v1.13.0
github.com/go-git/go-git/v5 v5.3.0
github.com/gosimple/slug v1.11.2
github.com/gosuri/uilive v0.0.4
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-isatty v0.0.14
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)