Files
ark/api-spec/go.mod
Marco Argentieri f0a90c06ee Move api-spec to root folder (#242)
* api-spec: move the api-spec to root and init go.mod

* go mod tidy

* move buf files in the root as well

* gh action for api-spec changes only

* gh action for api-spec on push and pr
2024-08-13 00:54:06 +02:00

18 lines
482 B
Modula-2

module github.com/ark-network/ark/api-spec
go 1.22.6
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0
google.golang.org/genproto/googleapis/api v0.0.0-20240812133136-8ffd90a71988
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
require (
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
)