module github.com/davidnewhall/unpackerr go 1.16 require ( github.com/fsnotify/fsnotify v1.4.9 github.com/gen2brain/dlgs v0.0.0-20210406143744-f512297a108e github.com/getlantern/golog v0.0.0-20201105130739-9586b8bde3a9 // indirect github.com/getlantern/hidden v0.0.0-20201229170000-e66e7f878730 // indirect github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect github.com/getlantern/systray v1.1.0 github.com/gonutz/w32 v1.0.0 github.com/gopherjs/gopherjs v0.0.0-20210411133006-00e7c1538e1e // indirect github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd github.com/mitchellh/go-homedir v1.1.0 github.com/radovskyb/watcher v1.0.7 github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c golang.org/x/mod v0.4.2 golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect golift.io/cnfg v0.0.7 golift.io/rotatorr v0.0.0-20210307012029-65b11a8ea8f9 golift.io/starr v0.9.10 golift.io/version v0.0.2 golift.io/xtractr v0.0.8 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )