Skip to content

Commit af1acd7

Browse files
authored
Merge pull request #6 from doronbehar/go-mod
Use Go Modules
2 parents 50f081f + 03e32a0 commit af1acd7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+17
-8221
lines changed

Gopkg.lock

-29
This file was deleted.

Gopkg.toml

-42
This file was deleted.

go.mod

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module github.com/natsukagami/mpd-mpris
2+
3+
go 1.12
4+
5+
require (
6+
github.com/fhs/gompd v2.0.0+incompatible
7+
github.com/godbus/dbus v4.1.0+incompatible
8+
github.com/pkg/errors v0.8.0
9+
)

go.sum

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
github.com/fhs/gompd v0.0.0-20180117235048-f9ccd27520b6 h1:fR2AIqns02o1SLnkyBXJKf7OXgm+FD6dPwmSz7L+8iQ=
2+
github.com/fhs/gompd v0.0.0-20180117235048-f9ccd27520b6/go.mod h1:UVZXd9wmFBH5tIXLYeI+CGUIt15ZvtGQvVO6SDHy1os=
3+
github.com/fhs/gompd v2.0.0+incompatible h1:pv5XKTatya1k3r1woaWLwFQiF0BfAsgWSe5ev2XZ0UM=
4+
github.com/fhs/gompd v2.0.0+incompatible/go.mod h1:UVZXd9wmFBH5tIXLYeI+CGUIt15ZvtGQvVO6SDHy1os=
5+
github.com/godbus/dbus v4.1.0+incompatible h1:WqqLRTsQic3apZUK9qC5sGNfXthmPXzUZ7nQPrNITa4=
6+
github.com/godbus/dbus v4.1.0+incompatible/go.mod h1:/YcGZj5zSblfDWMMoOzV4fas9FZnQYTkDnsGvmh2Grw=
7+
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
8+
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/fhs/gompd/AUTHORS

-18
This file was deleted.

vendor/github.com/fhs/gompd/CONTRIBUTORS

-26
This file was deleted.

vendor/github.com/fhs/gompd/LICENSE

-19
This file was deleted.

0 commit comments

Comments
 (0)