peridot/vendor.go

8 lines
171 B
Go
Raw Normal View History

2023-08-21 16:01:10 +00:00
package peridot
import (
// grpc-gateway
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
)