Update modules

This commit is contained in:
Milan Nikolic 2022-12-04 09:48:22 +01:00
parent f7eb4bd107
commit 82ee2951de
No known key found for this signature in database
GPG Key ID: 9229D0EAA3AA4E75
4 changed files with 9 additions and 9 deletions

10
go.mod
View File

@ -1,8 +1,12 @@
module github.com/gen2brain/x264-go
go 1.16
go 1.19
replace github.com/gen2brain/x264-go/x264c => ./x264c
replace github.com/gen2brain/x264-go/yuv => ./yuv
require (
github.com/gen2brain/x264-go/x264c v0.0.0-20220828141959-ddbf4cbb9814
github.com/gen2brain/x264-go/yuv v0.0.0-20220622130850-9f6285ee8073
github.com/gen2brain/x264-go/x264c v0.0.0-00010101000000-000000000000
github.com/gen2brain/x264-go/yuv v0.0.0-00010101000000-000000000000
)

4
go.sum
View File

@ -1,4 +0,0 @@
github.com/gen2brain/x264-go/x264c v0.0.0-20220828141959-ddbf4cbb9814 h1:SuOpPREV79I8pPENCU2mUTfsEhoR2XaanaT4xSqBmwA=
github.com/gen2brain/x264-go/x264c v0.0.0-20220828141959-ddbf4cbb9814/go.mod h1:lshP4xmJNPCHscewcvsemVs62q8J8F0mh+FYBAfVG60=
github.com/gen2brain/x264-go/yuv v0.0.0-20220622130850-9f6285ee8073 h1:Hp3CnrtDOPGypQqWVzDWu/QjOLw1MYRRmyF8oywlwDU=
github.com/gen2brain/x264-go/yuv v0.0.0-20220622130850-9f6285ee8073/go.mod h1:xGOE/2fXjxu/ZONrm0EPqKHj/XDc13al1o48I3FQfHA=

View File

@ -1,3 +1,3 @@
module github.com/gen2brain/x264-go/x264c
go 1.16
go 1.19

View File

@ -1,3 +1,3 @@
module github.com/gen2brain/x264-go/yuv
go 1.16
go 1.19