mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
clean up go mod
This commit is contained in:
parent
d948f1e070
commit
d8bee48b93
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -58,7 +58,7 @@ require (
|
|||
github.com/xWTF/chardet v0.0.0-20230208095535-c780f2ac244e
|
||||
github.com/zencoder/go-dash/v3 v3.0.2
|
||||
golang.org/x/crypto v0.48.0
|
||||
golang.org/x/image v0.18.0
|
||||
golang.org/x/image v0.38.0
|
||||
golang.org/x/net v0.50.0
|
||||
golang.org/x/sys v0.41.0
|
||||
golang.org/x/term v0.40.0
|
||||
|
|
@ -72,7 +72,7 @@ require (
|
|||
require (
|
||||
github.com/agnivade/levenshtein v1.2.1 // indirect
|
||||
github.com/andybalholm/brotli v1.2.0 // indirect
|
||||
github.com/antchfx/xpath v1.3.5 // indirect
|
||||
github.com/antchfx/xpath v1.3.6 // indirect
|
||||
github.com/asticode/go-astikit v0.20.0 // indirect
|
||||
github.com/asticode/go-astits v1.8.0 // indirect
|
||||
github.com/chromedp/sysutil v1.1.0 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue