This repository has been archived on 2022-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
lrpc/go.mod

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