Update modules, issue #23

This commit is contained in:
Milan Nikolic 2022-12-24 05:45:16 +01:00
parent 82ee2951de
commit 9a74c944fe
No known key found for this signature in database
GPG Key ID: 9229D0EAA3AA4E75
2 changed files with 6 additions and 6 deletions

8
go.mod
View File

@ -2,11 +2,7 @@ module github.com/gen2brain/x264-go
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-00010101000000-000000000000
github.com/gen2brain/x264-go/yuv v0.0.0-00010101000000-000000000000
github.com/gen2brain/x264-go/x264c v0.0.0-20221204084822-82ee2951dea2
github.com/gen2brain/x264-go/yuv v0.0.0-20221204084822-82ee2951dea2
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/gen2brain/x264-go/x264c v0.0.0-20221204084822-82ee2951dea2 h1:4GzTsZK/uG+tHvWR2ORcTCGTC4+mgOPhkUdz/Ro9alg=
github.com/gen2brain/x264-go/x264c v0.0.0-20221204084822-82ee2951dea2/go.mod h1:MUMv+ZURlTO3qH8QAt2gxiIY5X4NMaxObz2ImZOMvyA=
github.com/gen2brain/x264-go/yuv v0.0.0-20221204084822-82ee2951dea2 h1:lihaRUKRj94EWVZRp1jTmEiIxmvjEiSb9fJl2xftrXY=
github.com/gen2brain/x264-go/yuv v0.0.0-20221204084822-82ee2951dea2/go.mod h1:PzzJntdOaVt4Gc37fNaEXpqmhKkUgd/xqyPMUfx+FQc=