File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/mitchellh/cli v0.0.0-20180406011036-c54c85e9bd49
1717 github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd
1818 github.com/posener/complete v1.1.1 // indirect
19- github.com/yyoshiki41/go-radiko v0.6 .0
19+ github.com/yyoshiki41/go-radiko v0.7 .0
2020 golang.org/x/net v0.0.0-20170517171515-513929065c19 // indirect
2121 golang.org/x/sys v0.0.0-20170721163517-c4489faa6e5a // indirect
2222)
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd h1:nEatQ6Jn
2424github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd /go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo =
2525github.com/posener/complete v1.1.1 h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w =
2626github.com/posener/complete v1.1.1 /go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI =
27- github.com/yyoshiki41/go-radiko v0.6 .0 h1:7CXK15v4EHfxw950l0jf9WcoRXqivc7u+K2kP5IR0qE =
28- github.com/yyoshiki41/go-radiko v0.6 .0 /go.mod h1:ci7oAybvu56U4p+mLqNPbS4/aoYMUbevs6iZZbKSua8 =
27+ github.com/yyoshiki41/go-radiko v0.7 .0 h1:U/QwWqETcMRTDHSchSjwrbCjH6vP2S73+6KdMafbfBY =
28+ github.com/yyoshiki41/go-radiko v0.7 .0 /go.mod h1:ci7oAybvu56U4p+mLqNPbS4/aoYMUbevs6iZZbKSua8 =
2929golang.org/x/net v0.0.0-20170517171515-513929065c19 h1:TOPcoCWURyGUQXxMClANLf83JAG3WdhCk3QuvG8LZ3E =
3030golang.org/x/net v0.0.0-20170517171515-513929065c19 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
3131golang.org/x/sys v0.0.0-20170721163517-c4489faa6e5a h1:8KvbXgrIMDssOA6vHwmODQ7KZgoDdlu3fhUPtHXbEEY =
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ func init() {
3030 }
3131}
3232
33- const version = "v0.9.1 "
33+ const version = "v0.10.0 "
3434
3535// Version returns the app version.
3636func Version () string {
You can’t perform that action at this time.
0 commit comments