initial port
Showing
... | ... | @@ -2,9 +2,9 @@ module gitlab.dms3.io/dms3/public/go-datastore |
require ( | ||
github.com/google/uuid v1.1.1 | ||
gitlab.dms3.io/dms3/public/go-dms3-delay v0.0.1 | ||
github.com/jbenet/goprocess v0.1.4 | ||
github.com/kr/pretty v0.2.0 // indirect | ||
gitlab.dms3.io/dms3/public/go-dms3-delay v0.0.1 | ||
go.uber.org/multierr v1.5.0 | ||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 | ||
... | ... |
Please register or sign in to comment