-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 829 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/philwo/kajiya
go 1.20
require (
cloud.google.com/go/longrunning v0.5.1
github.com/bazelbuild/remote-apis v0.0.0-20230627201705-068363a3625e
github.com/bazelbuild/remote-apis-sdks v0.0.0-20230706163441-5700902cbcbb
github.com/google/uuid v1.3.0
golang.org/x/sys v0.13.0
google.golang.org/genproto/googleapis/bytestream v0.0.0-20230706204954-ccb25ca9f130
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.31.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect
)