mirror of
https://github.com/JuLi0n21/thumbnailservice.git
synced 2026-04-20 00:10:07 +00:00
23 lines
756 B
Modula-2
23 lines
756 B
Modula-2
module github.com/JuLi0n21/thumbnail_service
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2
|
|
google.golang.org/grpc v1.72.0
|
|
google.golang.org/protobuf v1.36.6
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20250512202823-5a2f75b736a9 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
|
|
)
|