9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
|
module go.arsenm.dev/go-lemmy
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/google/go-querystring v1.1.0
|
||
|
github.com/mitchellh/mapstructure v1.5.0
|
||
|
)
|