Skip to content

Commit f0b3c21

Browse files
committed
update packages
1 parent 2817d58 commit f0b3c21

File tree

3 files changed

+82
-77
lines changed

3 files changed

+82
-77
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![unittest](https://github.com/takecy/git-here/workflows/unittest/badge.svg)
88
[![Go Report Card](https://goreportcard.com/badge/github.com/takecy/git-here)](https://goreportcard.com/report/github.com/takecy/git-here)
9-
![](https://img.shields.io/badge/golang-1.15.2-blue.svg?style=flat-square)
9+
![](https://img.shields.io/badge/golang-1.15+-blue.svg?style=flat-square)
1010
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/takecy/git-here)
1111
![](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
1212

go.mod

+15-14
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@ module github.com/takecy/git-here
22

33
require (
44
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
78
github.com/kr/text v0.2.0 // indirect
89
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
1313
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
2223
)
2324

2425
go 1.13

0 commit comments

Comments
 (0)