mirror of
https://github.com/JuLi0n21/thumbnailservice.git
synced 2026-04-19 16:00:07 +00:00
16 lines
333 B
Modula-2
16 lines
333 B
Modula-2
module thumbnailclient
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
google.golang.org/grpc v1.71.0
|
|
google.golang.org/protobuf v1.36.6
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
|
|
)
|