Skip to content

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Oct 14, 2021
1 parent 58ccdf1 commit 137288b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
module github.com/gen2brain/x264-go

go 1.16

require (
github.com/gen2brain/x264-go/x264c v0.0.0-20210523192809-78c5ccc9da84
github.com/gen2brain/x264-go/yuv v0.0.0-20210523192809-78c5ccc9da84
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/gen2brain/x264-go/x264c v0.0.0-20210523192809-78c5ccc9da84 h1:s9CPT9ZCPlLkXadagFlbBgUSlxl7Tx7KtekDQrHhJlM=
github.com/gen2brain/x264-go/x264c v0.0.0-20210523192809-78c5ccc9da84/go.mod h1:lshP4xmJNPCHscewcvsemVs62q8J8F0mh+FYBAfVG60=
github.com/gen2brain/x264-go/yuv v0.0.0-20210523192809-78c5ccc9da84 h1:YEoFfsFQzLggJdiadUryc9hC1v5vrJx/C4szeKopnn8=
github.com/gen2brain/x264-go/yuv v0.0.0-20210523192809-78c5ccc9da84/go.mod h1:xGOE/2fXjxu/ZONrm0EPqKHj/XDc13al1o48I3FQfHA=

0 comments on commit 137288b

Please sign in to comment.