16 lines
316 B
Modula-2
16 lines
316 B
Modula-2
module kvs
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/tursom/GoCollections v0.2.7
|
|
google.golang.org/protobuf v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/timandy/routine v1.1.1 // indirect
|
|
)
|