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/golang/mock v1.4.3 github.com/golang/protobuf v1.3.3 github.com/google/go-cmp v0.3.0 // indirect github.com/julienschmidt/httprouter v1.3.0 github.com/pkg/errors v0.8.1 // indirect github.com/rs/cors v1.7.0 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.4.0 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/sys v0.0.0-20190813064441-fde4db37ae7a // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect google.golang.org/grpc v1.28.1 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.4 // indirect honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect )