This commit is contained in:
2025-03-24 21:45:12 +01:00
commit d640f5007f
19 changed files with 1325 additions and 0 deletions

16
server/go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/JuLi0n21/thumbnail_service
go 1.24.1
require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.6
)
require (
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
)