module code.vegaprotocol.io/go-wallet go 1.16 require ( github.com/blang/semver/v4 v4.0.0 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 github.com/gogo/protobuf v1.3.1 // indirect github.com/golang/mock v1.4.3 github.com/golang/protobuf v1.5.2 github.com/julienschmidt/httprouter v1.3.0 github.com/pkg/errors v0.9.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.7.0 github.com/vegaprotocol/api v0.35.0 github.com/zannen/toml v0.3.2 go.uber.org/zap v1.13.0 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20200114235610-7ae403b6b589 // indirect google.golang.org/grpc v1.37.0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect )