mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 04:04:21 +01:00
* 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
18 lines
482 B
Modula-2
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
|
|
)
|