-
- Downloads
generates
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 1 addition, 0 deletionsgo.sum
- openrpc/generate/generate.go 0 additions, 3 deletionsopenrpc/generate/generate.go
- openrpc/out/server.go 22 additions, 0 deletionsopenrpc/out/server.go
- openrpc/out/types.go 586 additions, 0 deletionsopenrpc/out/types.go
- openrpc/templates/types.gotmpl 3 additions, 3 deletionsopenrpc/templates/types.gotmpl
- openrpc/util/common.go 6 additions, 1 deletionopenrpc/util/common.go
... | @@ -5,6 +5,7 @@ go 1.18 | ... | @@ -5,6 +5,7 @@ go 1.18 |
require ( | require ( | ||
gfx.cafe/util/go/bufpool v0.0.0-20220917152604-80373e5a2c51 | gfx.cafe/util/go/bufpool v0.0.0-20220917152604-80373e5a2c51 | ||
git.tuxpa.in/a/zlog v1.32.0 | git.tuxpa.in/a/zlog v1.32.0 | ||
github.com/alecthomas/kong v0.6.1 | |||
github.com/davecgh/go-spew v1.1.1 | github.com/davecgh/go-spew v1.1.1 | ||
github.com/deckarep/golang-set v1.8.0 | github.com/deckarep/golang-set v1.8.0 | ||
github.com/ethereum/go-ethereum v1.10.22 | github.com/ethereum/go-ethereum v1.10.22 | ||
... | @@ -21,7 +22,6 @@ require ( | ... | @@ -21,7 +22,6 @@ require ( |
require ( | require ( | ||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect | github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect | ||
github.com/alecthomas/kong v0.6.1 // indirect | |||
github.com/go-ole/go-ole v1.2.1 // indirect | github.com/go-ole/go-ole v1.2.1 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/jsonreference v0.20.0 // indirect | github.com/go-openapi/jsonreference v0.20.0 // indirect | ||
... | ... |
openrpc/out/types.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment