module code.vegaprotocol.io/go-wallet go 1.12 require ( github.com/cenkalti/backoff/v4 v4.0.2 github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 github.com/getlantern/systray v1.0.5 github.com/golang/mock v1.4.3 github.com/golang/protobuf v1.4.1 github.com/julienschmidt/httprouter v1.3.0 github.com/pkg/errors v0.8.1 // indirect github.com/rs/cors v1.7.0 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.4.0 github.com/webview/webview v0.0.0-20200724072439-e0c01595b361 github.com/zannen/toml v0.3.2 go.uber.org/zap v1.10.0 golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/grpc v1.28.1 google.golang.org/protobuf v1.25.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.4 // indirect )