mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-09 14:47:59 -05:00
17 lines
507 B
Modula-2
17 lines
507 B
Modula-2
module github.com/vacp2p/mvds
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang-migrate/migrate/v4 v4.6.2 // indirect
|
|
github.com/golang/mock v1.2.0
|
|
github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/status-im/migrate/v4 v4.6.2-status.2
|
|
github.com/stretchr/testify v1.3.1-0.20190712000136-221dbe5ed467
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|