update
This commit is contained in:
parent
4e54a3bc26
commit
52a397f1d6
2 changed files with 95 additions and 11 deletions
2
go.mod
2
go.mod
|
|
@ -3,12 +3,14 @@ module imageStorage
|
|||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/davidbyttow/govips/v2 v2.16.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
google.golang.org/grpc v1.76.0
|
||||
google.golang.org/protobuf v1.36.10
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/image v0.18.0 // indirect
|
||||
golang.org/x/net v0.46.0 // indirect
|
||||
golang.org/x/sys v0.37.0 // indirect
|
||||
golang.org/x/text v0.30.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue