github.com/andrew00x/gomovies@v0.1.0/go.mod (about)

     1  module github.com/andrew00x/gomovies
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/andrew00x/omxcontrol v0.1.0
     7  	github.com/andrew00x/xmlrpc v0.1.0
     8  	github.com/go-xmlfmt/xmlfmt v0.0.0-20161217153300-0315779074c2 // indirect
     9  	github.com/godbus/dbus v4.1.0+incompatible // indirect
    10  	github.com/mpl/scgiclient v0.0.0-20171022154509-88aedc8df75e // indirect
    11  	github.com/sirupsen/logrus v1.4.2
    12  	github.com/stretchr/testify v1.4.0
    13  )