Skip to content

Commit

Permalink
Merge pull request #11 from ktr0731/update-libraries
Browse files Browse the repository at this point in the history
update libraries
  • Loading branch information
ktr0731 authored Feb 17, 2021
2 parents e88bb7c + d74d909 commit dda5038
Show file tree
Hide file tree
Showing 3 changed files with 904 additions and 15 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ You can control iTunes operations from command line.

## Installation
``` sh
$ go get github.com/lycoris0731/itunes-cli/itunes
$ go get github.com/ktr0731/itunes-cli/itunes
```

Or GitHub Releases are also available.

## Usage
Each sub-commands can use shorter name.
Please see `$ itunes help`.
Expand Down
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/ktr0731/itunes-cli

go 1.15

require (
github.com/everdev/mack v0.0.0-20180604194106-83ad607f6010
github.com/ktr0731/go-fuzzyfinder v0.1.2
github.com/pkg/errors v0.8.1
github.com/urfave/cli v1.20.0
github.com/everdev/mack v0.0.0-20200226161639-15be3d47cc54
github.com/ktr0731/go-fuzzyfinder v0.3.2
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.5
)
Loading

0 comments on commit dda5038

Please sign in to comment.