-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod,go.sum: bump go version 1.13 -> 1.21
Date: 2023-12-07 10:32:18-07:00 Signed-off-by: meows <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,30 @@ | ||
module github.com/etclabscore/go-openrpc-reflect | ||
|
||
go 1.13 | ||
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/go-openapi/swag v0.19.11 // indirect | ||
github.com/iancoleman/orderedmap v0.1.0 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters