mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-08 19:48:03 -05:00
14 lines
484 B
Modula-2
14 lines
484 B
Modula-2
module github.com/vacp2p/mvds
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
|
|
github.com/golang-migrate/migrate/v4 v4.5.0 // indirect
|
|
github.com/golang/protobuf v1.3.2
|
|
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.0.0-20190821140204-a9d340ec8fb76af4afda06acf01740d45d2661ed
|
|
github.com/stretchr/testify v1.3.1-0.20190712000136-221dbe5ed467
|
|
)
|