mirror of
https://github.com/asdine/storm.git
synced 2025-09-26 19:01:14 +08:00
20 lines
671 B
Modula-2
20 lines
671 B
Modula-2
module github.com/asdine/storm/v3
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.1 // indirect
|
|
github.com/Sereal/Sereal v0.0.0-20190618215532-0b8ac451a863
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|
|
|
|
go 1.13
|