@@ -2,23 +2,24 @@ module github.com/takecy/git-here
2
2
3
3
require (
4
4
github.com/blang/semver v3.5.1+incompatible
5
- github.com/fatih/color v1.9.0
6
- github.com/google/go-cmp v0.5.2 // indirect
5
+ github.com/fatih/color v1.12.0
6
+ github.com/google/go-cmp v0.5.6 // indirect
7
+ github.com/google/go-querystring v1.1.0 // indirect
7
8
github.com/kr/text v0.2.0 // indirect
8
9
github.com/matryer/is v1.4.0
9
- github.com/mattn/go-colorable v0.1.7 // indirect
10
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
11
- github.com/onsi/ginkgo v1.14.1 // indirect
12
- github.com/onsi/gomega v1.10.2 // indirect
10
+ github.com/mattn/go-isatty v0.0.13 // indirect
11
+ github.com/onsi/ginkgo v1.16.4 // indirect
12
+ github.com/onsi/gomega v1.13.0 // indirect
13
13
github.com/pkg/errors v0.9.1
14
- github.com/rhysd/go-github-selfupdate v1.2.2
15
- github.com/ulikunitz/xz v0.5.8 // indirect
16
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
17
- golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
18
- golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
19
- golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
20
- golang.org/x/sys v0.0.0-20200917073148-efd3b9a0ff20 // indirect
21
- gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
14
+ github.com/rhysd/go-github-selfupdate v1.2.3
15
+ github.com/ulikunitz/xz v0.5.10 // indirect
16
+ golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
17
+ golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
18
+ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
19
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
20
+ golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
21
+ google.golang.org/appengine v1.6.7 // indirect
22
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
22
23
)
23
24
24
25
go 1.13
0 commit comments