module github.com/go-flutter-desktop/hover go 1.13 require ( github.com/GeertJohan/go.rice v1.0.2 github.com/JackMordaunt/icns v1.0.0 github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9 github.com/daaku/go.zipexe v1.0.1 // indirect github.com/google/go-github v17.0.0+incompatible // indirect github.com/google/go-querystring v1.0.0 // indirect github.com/google/uuid v1.1.5 github.com/hashicorp/go-version v1.2.1 github.com/logrusorgru/aurora v2.0.3+incompatible github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/otiai10/copy v1.4.2 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.1.1 github.com/stretchr/testify v1.7.0 github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e golang.org/x/mod v0.4.1 golang.org/x/net v0.0.0-20201010224723-4f7140c49acb // indirect golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/yaml.v2 v2.4.0 )