Update Go version

This commit is contained in:
Milan Nikolic
2022-10-15 21:02:58 +02:00
parent 1ea7956db5
commit df2f672da6
2 changed files with 9 additions and 25 deletions

15
go.mod
View File

@@ -7,18 +7,21 @@ require (
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/klauspost/compress v1.15.11 // indirect
github.com/korandiz/v4l v1.1.0
github.com/kr/pretty v0.1.0 // indirect
github.com/pbnjay/pixfont v0.0.0-20200714042608-33b744692567
github.com/spf13/cobra v1.6.0 // indirect
gocv.io/x/gocv v0.31.0
nhooyr.io/websocket v1.8.7
)
require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/spf13/cobra v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
nhooyr.io/websocket v1.8.7
)
go 1.13
go 1.19