Files
m8sh/go.mod
T

17 lines
369 B
AMPL
Raw Normal View History

2026-06-06 19:20:38 +03:00
module m8sh.su/x/m8sh
2026-05-08 00:48:23 +03:00
go 1.26.2
require (
github.com/google/uuid v1.6.0
2026-05-09 00:32:41 +03:00
github.com/stretchr/testify v1.9.0
2026-05-10 23:27:41 +07:00
github.com/syndtr/goleveldb v1.0.0
2026-05-08 00:48:23 +03:00
)
require (
2026-05-09 00:32:41 +03:00
github.com/davecgh/go-spew v1.1.1 // indirect
2026-05-10 23:27:41 +07:00
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
2026-05-09 00:32:41 +03:00
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2026-05-08 00:48:23 +03:00
)