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
Raw Permalink Normal View History

2022-05-01 08:39:22 +00:00
module go.arsenm.dev/lrpc
2022-05-08 04:41:51 +00:00
go 1.17
2022-05-01 08:39:22 +00:00
require (
github.com/gofrs/uuid v4.2.0+incompatible
github.com/mitchellh/mapstructure v1.5.0
github.com/vmihailenco/msgpack/v5 v5.3.5
2022-05-02 21:47:00 +00:00
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
2022-05-01 08:39:22 +00:00
)
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect