File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/algolia/algoliasearch-client-go/v3 v3.31.4
7
7
github.com/apparentlymart/go-textseg v1.0.0
8
- github.com/creachadair/jrpc2 v1.3.1
8
+ github.com/creachadair/jrpc2 v1.3.2
9
9
github.com/google/go-cmp v0.7.0
10
10
github.com/hashicorp/go-cleanhttp v0.5.2
11
11
github.com/hashicorp/go-memdb v1.3.5
@@ -63,7 +63,7 @@ require (
63
63
github.com/bgentry/speakeasy v0.1.0 // indirect
64
64
github.com/chigopher/pathlib v1.0.0 // indirect
65
65
github.com/cloudflare/circl v1.6.1 // indirect
66
- github.com/creachadair/mds v0.23.0 // indirect
66
+ github.com/creachadair/mds v0.25.1 // indirect
67
67
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
68
68
github.com/djherbis/buffer v1.2.0 // indirect
69
69
github.com/djherbis/nio/v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ
36
36
github.com/cloudflare/circl v1.6.1 /go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs =
37
37
github.com/coreos/go-systemd/v22 v22.5.0 /go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc =
38
38
github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
39
- github.com/creachadair/jrpc2 v1.3.1 h1:4B2R9050CYdhCKepbFVWQVG0/EFqRa9MuuM1Thd7tZo =
40
- github.com/creachadair/jrpc2 v1.3.1 /go.mod h1:GtMp2RXHMnrdOY8hWWlbBpjWXSVDXhuO/LMRJAtRFno =
41
- github.com/creachadair/mds v0.23.0 h1:cANHIuKZwbfIoo/zEWA2sn+uGYjqYHuWvpoApkdjGpg =
42
- github.com/creachadair/mds v0.23.0 /go.mod h1:ArfS0vPHoLV/SzuIzoqTEZfoYmac7n9Cj8XPANHocvw =
39
+ github.com/creachadair/jrpc2 v1.3.2 h1:27pDXBLe19ck2WQvW+ywnFdzZwZzdTbcQ8Yct1LYiRc =
40
+ github.com/creachadair/jrpc2 v1.3.2 /go.mod h1:npYsgDnV5iDpSCVcD3iUGig5WVYY3vn0bZNYWGbgFWw =
41
+ github.com/creachadair/mds v0.25.1 h1:YSjVNf3aFitfoC7pg99HGBMudC8omA1d9WFrcScldzg =
42
+ github.com/creachadair/mds v0.25.1 /go.mod h1:+s4CFteFRj4eq2KcGHW8Wei3u9NyzSPzNV32EvjyK/Q =
43
43
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s =
44
44
github.com/cyphar/filepath-securejoin v0.4.1 /go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI =
45
45
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments