11 lines
180 B
Modula-2
11 lines
180 B
Modula-2
module mahou-no-mori.yakumo.dev/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
|