15 lines
357 B
Modula-2
15 lines
357 B
Modula-2
module github.com/InvisibleFuture/to_entangle
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
)
|