mirror of
https://github.com/TurbineOne/ffmpeg-framer.git
synced 2025-12-24 11:51:13 +08:00
gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -28,3 +28,5 @@ go.work.sum
|
||||
.vscode
|
||||
|
||||
gen/
|
||||
|
||||
out/
|
||||
2
go.mod
2
go.mod
@@ -12,13 +12,13 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/asticode/go-astikit v0.42.0
|
||||
github.com/caarlos0/env/v6 v6.10.1
|
||||
github.com/mattn/go-isatty v0.0.19
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/asticode/go-astikit v0.42.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
golang.org/x/net v0.34.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user