10 lines
144 B
Modula-2
10 lines
144 B
Modula-2
module pmapp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/minio/highwayhash v1.0.2
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
)
|