12 lines
239 B
Modula-2
12 lines
239 B
Modula-2
|
module go.arsenm.dev/lrpc
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
github.com/gofrs/uuid v4.2.0+incompatible
|
||
|
github.com/mitchellh/mapstructure v1.5.0
|
||
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
||
|
)
|
||
|
|
||
|
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|