
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/marisa/trunk@65 d6811dac-2434-b64a-9ddc-f563ab233461
11 lines
176 B
Modula-2
11 lines
176 B
Modula-2
module marisa.chaotic.ninja/marisa
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
gopkg.in/ini.v1 v1.63.2
|
|
)
|
|
|
|
require github.com/stretchr/testify v1.8.4 // indirect
|