-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (19 loc) · 741 Bytes
/
go.mod
File metadata and controls
20 lines (19 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module zvelo.io/msg
require (
github.com/go-openapi/loads v0.19.2
github.com/go-openapi/spec v0.19.2
github.com/go-openapi/swag v0.19.2
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/graph-gophers/graphql-go v0.0.0-20190610161739-8f92f34fc598
github.com/grpc-ecosystem/grpc-gateway v1.9.2
github.com/magefile/mage v1.8.0
github.com/mailru/easyjson v0.0.0-20190620125010-da37f6c1e481 // indirect
github.com/pkg/errors v0.8.1
github.com/segmentio/ksuid v1.0.2
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b
golang.org/x/sys v0.0.0-20190620070143-6f217b454f45 // indirect
google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3
google.golang.org/grpc v1.21.1
zvelo.io/zmage/v4 v4.1.4
)