diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-28 16:53:20 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-28 16:53:20 +0300 |
commit | f304a07a8cfe67b2a65f95f27eb10a9b854c4ef8 (patch) | |
tree | 9e6a7e9ea6b8d600cccac5a5d50f3232d631d073 /go.mod | |
parent | 281eda83c9f4bcb06318444df3574df0840205fa (diff) |
Improved middlewares
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,4 +2,9 @@ module go.neonxp.dev/jsonrpc2 go 1.18 -require golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 +require ( + github.com/qri-io/jsonschema v0.2.1 + golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 +) + +require github.com/qri-io/jsonpointer v0.1.1 // indirect |