Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/camera-web-restream-upscaler-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/w0rxbend/instachron/services/camera-web-restream-upscaler-api

go 1.22.5
go 1.25.0

require (
github.com/disintegration/imaging v1.6.2
Expand All @@ -12,7 +12,7 @@ require (

require (
github.com/w0rxbend/instachron/shared/cameras v0.0.0 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/image v0.41.0 // indirect
)

replace (
Expand Down