-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
30 lines (27 loc) · 1.12 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/etclabscore/go-openrpc-reflect
go 1.21
require (
github.com/alecthomas/jsonschema v0.0.0-20200530073317-71f438968921
github.com/etclabscore/go-jsonschema-walk v0.0.6
github.com/go-openapi/spec v0.19.11
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
github.com/stretchr/testify v1.4.0
github.com/tidwall/gjson v1.6.0
)
require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-openapi/jsonpointer v0.19.3 // indirect
github.com/go-openapi/jsonreference v0.19.4 // indirect
github.com/go-openapi/swag v0.19.11 // indirect
github.com/iancoleman/orderedmap v0.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.0.1 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
golang.org/x/net v0.0.0-20201022231255-08b38378de70 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)