mirror of
https://github.com/mudler/luet.git
synced 2025-08-31 14:52:02 +00:00
13 lines
423 B
Modula-2
13 lines
423 B
Modula-2
module github.com/asdine/storm
|
|
|
|
require (
|
|
github.com/Sereal/Sereal v0.0.0-20181211220259-509a78ddbda3
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/vmihailenco/msgpack v4.0.1+incompatible
|
|
go.etcd.io/bbolt v1.3.0
|
|
)
|