Direct file upload on image service (#264)

This commit is contained in:
Dominic Wong
2021-11-10 10:59:04 +00:00
committed by GitHub
parent 0a9e558d1c
commit 701a12b728
5 changed files with 183 additions and 128 deletions

2
go.mod
View File

@@ -33,7 +33,7 @@ require (
github.com/mattheath/base62 v0.0.0-20150408093626-b80cdc656a7a // indirect
github.com/mattheath/kala v0.0.0-20171219141654-d6276794bf0e
github.com/micro/micro-go v0.0.0-20211101221015-79ab982f8163
github.com/micro/micro/v3 v3.4.1-0.20210910132548-f8bfb12823c0
github.com/micro/micro/v3 v3.6.1-0.20211110104311-614fde05be0c
github.com/miekg/dns v1.1.31 // indirect
github.com/oschwald/geoip2-golang v1.5.0
github.com/patrickmn/go-cache v2.1.0+incompatible