|
1 | 1 | module github.com/lucassabreu/clockify-cli |
2 | 2 |
|
3 | 3 | require ( |
4 | | - github.com/BurntSushi/toml v0.3.1 // indirect |
5 | | - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
6 | | - github.com/kr/pretty v0.1.0 // indirect |
7 | | - github.com/mattn/go-isatty v0.0.4 // indirect |
| 4 | + github.com/kr/text v0.2.0 // indirect |
| 5 | + github.com/mattn/go-colorable v0.1.4 // indirect |
| 6 | + github.com/mattn/go-isatty v0.0.11 // indirect |
8 | 7 | github.com/mattn/go-runewidth v0.0.4 // indirect |
9 | 8 | github.com/mitchellh/go-homedir v1.1.0 |
| 9 | + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
10 | 10 | github.com/olekukonko/tablewriter v0.0.1 |
11 | | - github.com/spf13/cobra v0.0.3 |
12 | | - github.com/spf13/viper v1.3.1 |
13 | | - github.com/stretchr/testify v1.3.0 // indirect |
14 | | - golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd |
15 | | - golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect |
| 11 | + github.com/smartystreets/assertions v1.0.0 // indirect |
| 12 | + github.com/spf13/cobra v1.0.0 |
| 13 | + github.com/spf13/pflag v1.0.5 // indirect |
| 14 | + github.com/spf13/viper v1.6.1 |
| 15 | + github.com/stretchr/testify v1.6.1 // indirect |
| 16 | + golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 |
| 17 | + golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect |
16 | 18 | golang.org/x/text v0.3.2 // indirect |
17 | 19 | gopkg.in/AlecAivazis/survey.v1 v1.8.2 |
18 | | - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect |
19 | | - gopkg.in/yaml.v2 v2.2.2 |
| 20 | + gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect |
| 21 | + gopkg.in/yaml.v2 v2.3.0 |
20 | 22 | ) |
21 | 23 |
|
22 | 24 | go 1.13 |
0 commit comments