mirror of
https://github.com/foomo/shop.git
synced 2026-05-30 23:50:03 +00:00
If the email address is set on NewCustomer, it must be a valid one. updating pkg/errors keeps the error pkg in sync with other projects.
26 lines
995 B
Modula-2
26 lines
995 B
Modula-2
module github.com/foomo/shop
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/golang/protobuf v1.4.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.0
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.6.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
|
|
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf
|
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
|
|
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|