Commit 42db675 1 parent f574664 commit 42db675 Copy full SHA for 42db675
File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ func main() {
16
16
{Name : "Tanaike [ https://github.com/tanaikech/ggsrun ] " , Email : "tanaike@hotmail.com" },
17
17
}
18
18
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 "
20
20
app .Commands = []cli.Command {
21
21
{
22
22
Name : "exe1" ,
Original file line number Diff line number Diff line change 1
1
module ggsrun
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
require (
6
- github.com/briandowns/spinner v1.21 .0
6
+ github.com/briandowns/spinner v1.23 .0
7
7
github.com/tanaikech/go-gettokenbyserviceaccount v0.0.0-20221117011049-06dff9508ba8
8
8
github.com/tanaikech/go-rearrange v1.0.2
9
9
github.com/urfave/cli v1.22.12
Original file line number Diff line number Diff line change 1
1
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 =
4
4
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
5
5
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
6
6
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 183
183
184
184
1 . Modified go.mod, go.sum.
185
185
186
+ <a name =" v202 " ></a >
187
+
188
+ - v2.0.2 (April 5, 2023)
189
+
190
+ 1 . Rebuild with the latest version.
191
+
186
192
## Server
187
193
188
194
- v1.0.0 (April 24, 2017)
You can’t perform that action at this time.
0 commit comments