Skip to content

Commit 42db675

Browse files
committed
Updated to v2.0.2
1 parent f574664 commit 42db675

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

ggsrun.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func main() {
1616
{Name: "Tanaike [ https://github.com/tanaikech/ggsrun ] ", Email: "tanaike@hotmail.com"},
1717
}
1818
app.UsageText = "This is a CLI application for managing Google Drive and Google Apps Script (GAS)."
19-
app.Version = "2.0.1"
19+
app.Version = "2.0.2"
2020
app.Commands = []cli.Command{
2121
{
2222
Name: "exe1",

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module ggsrun
22

3-
go 1.18
3+
go 1.20
44

55
require (
6-
github.com/briandowns/spinner v1.21.0
6+
github.com/briandowns/spinner v1.23.0
77
github.com/tanaikech/go-gettokenbyserviceaccount v0.0.0-20221117011049-06dff9508ba8
88
github.com/tanaikech/go-rearrange v1.0.2
99
github.com/urfave/cli v1.22.12

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
2-
github.com/briandowns/spinner v1.21.0 h1:2lVBzf3iZ3cT/ulVXljc4BzlL3yTWZDzsGsamI7si+A=
3-
github.com/briandowns/spinner v1.21.0/go.mod h1:TcwZHb7Wb6vn/+bcVv1UXEzaA4pLS7yznHlkY/HzH44=
2+
github.com/briandowns/spinner v1.23.0 h1:alDF2guRWqa/FOZZYWjlMIx2L6H0wyewPxo/CH4Pt2A=
3+
github.com/briandowns/spinner v1.23.0/go.mod h1:rPG4gmXeN3wQV/TsAY4w8lPdIM6RX3yqeBQJSrbXjuE=
44
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
55
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
66
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

help/UpdateHistory.md

+6
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@
183183

184184
1. Modified go.mod, go.sum.
185185

186+
<a name="v202"></a>
187+
188+
- v2.0.2 (April 5, 2023)
189+
190+
1. Rebuild with the latest version.
191+
186192
## Server
187193

188194
- v1.0.0 (April 24, 2017)

0 commit comments

Comments
 (0)