Skip to content

Commit

Permalink
Add module config, update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed May 19, 2021
1 parent a2c5a44 commit 7b7d94d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/jason0x43/alfred-toggl

go 1.16

require (
github.com/jason0x43/go-alfred v0.0.0-20200121151032-9ea6c1f3044f
github.com/jason0x43/go-toggl v0.0.0-20210518224841-9af0e37bf5f1
)
16 changes: 16 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/jason0x43/go-alfred v0.0.0-20200121151032-9ea6c1f3044f h1:rWpPnXoLVERBUikXUuLLgOnNZUsmMCOJfImJapi2M8s=
github.com/jason0x43/go-alfred v0.0.0-20200121151032-9ea6c1f3044f/go.mod h1:CYIoOjM+7oq5n2FyO4ChtHwfbkYeCK4J6QvW2B+p/DU=
github.com/jason0x43/go-toggl v0.0.0-20210518224841-9af0e37bf5f1 h1:W2mydbDZq4Yn10h/EXULkfsM6tR4KOQbyu+5oxriTnM=
github.com/jason0x43/go-toggl v0.0.0-20210518224841-9af0e37bf5f1/go.mod h1:f3LrObBTMa7Yh1QzNvHKazJjH3Ys8n95y9bwLoIFy/g=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
howett.net/plist v0.0.0-20181124034731-591f970eefbb h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M=
howett.net/plist v0.0.0-20181124034731-591f970eefbb/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0=
2 changes: 1 addition & 1 deletion workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
</dict>
</dict>
<key>version</key>
<string>2.12.0-pre</string>
<string>2.12.0</string>
<key>webaddress</key>
<string>https://github.com/jason0x43/alfred-toggl</string>
</dict>
Expand Down

0 comments on commit 7b7d94d

Please sign in to comment.