Use base64 fork

This commit is contained in:
Milan Nikolic
2022-10-15 20:55:52 +02:00
parent d4ea63f95d
commit f58b475549
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -4,6 +4,7 @@ require (
github.com/abbot/go-http-auth v0.4.0
github.com/antonini/golibjpegturbo v0.0.0-20141208033414-c03a2fa1e89a
github.com/disintegration/imaging v1.6.1
github.com/gen2brain/base64 v0.0.0-20221015184129-317a5c93030c
github.com/gen2brain/go-opencv v0.0.0-20191005190506-bf186fc94f7a
github.com/jamiealquiza/envy v1.1.0
github.com/korandiz/v4l v0.0.0-20180520170035-995f703bfc89
@@ -13,7 +14,6 @@ require (
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
goost.org/encoding/base64 v0.0.0-20190928151742-cd6f75493c10
nhooyr.io/websocket v1.6.5
)