13 lines
292 B
Modula-2
13 lines
292 B
Modula-2
module go.arsenm.dev/lrpc
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
)
|
|
|
|
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|