Backend: Update deps in go.mod
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
34b41cf606
commit
9305f7fd68
1 changed files with 2 additions and 1 deletions
3
go.mod
3
go.mod
|
@ -78,6 +78,8 @@ require (
|
|||
github.com/prometheus/common v0.45.0
|
||||
)
|
||||
|
||||
require github.com/dustinkirkland/golang-petname v0.0.0-20231002161417-6a283f1aaaf2
|
||||
|
||||
require (
|
||||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
|
@ -88,7 +90,6 @@ require (
|
|||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
|
||||
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
|
||||
github.com/dustinkirkland/golang-petname v0.0.0-20231002161417-6a283f1aaaf2 // indirect
|
||||
github.com/gin-contrib/sse v0.1.0 // indirect
|
||||
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
||||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
|
|
Loading…
Reference in a new issue