module github.com/wailsapp/wails require ( cloud.google.com/go v0.38.0 // indirect github.com/Masterminds/semver v1.4.2 // indirect github.com/dchest/cssmin v0.0.0-20151210170030-fb8d9b44afdc // indirect github.com/dchest/htmlmin v0.0.0-20150526090704-e254725e81ac github.com/dchest/jsmin v0.0.0-20160823214000-faeced883947 // indirect github.com/fatih/color v1.7.0 github.com/go-playground/colors v1.2.0 github.com/golang/mock v1.3.0 // indirect github.com/google/btree v1.0.0 // indirect github.com/google/go-cmp v0.3.0 // indirect github.com/google/pprof v0.0.0-20190502144155-8358a9778bd1 // indirect github.com/gorilla/websocket v1.4.0 github.com/hashicorp/golang-lru v0.5.1 // indirect github.com/jackmordaunt/icns v1.0.0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/leaanthony/mewn v0.10.5 github.com/leaanthony/slicer v1.3.1 github.com/leaanthony/spinner v0.5.0 github.com/masterminds/semver v1.4.2 github.com/mitchellh/go-homedir v1.1.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 github.com/pkg/errors v0.8.1 // indirect github.com/ribice/glice v0.0.0-20190502213737-321f539fdca1 // indirect github.com/sirupsen/logrus v1.4.1 github.com/stretchr/objx v0.2.0 // indirect github.com/wailsapp/webview v0.2.7 golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 // indirect golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 // indirect golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec // indirect golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect golang.org/x/mobile v0.0.0-20190509164839-32b2708ab171 // indirect golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 // indirect golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 golang.org/x/text v0.3.2 // indirect golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect golang.org/x/tools v0.0.0-20190511041617-99f201b6807e // indirect google.golang.org/api v0.5.0 // indirect google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8 // indirect google.golang.org/grpc v1.20.1 // indirect honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a // indirect )