giffer

Create .gif images from sites like youtube.com
Log | Files | Refs | LICENSE

go.mod (1848B)


      1 module github.com/jackmordaunt/giffer
      2 
      3 go 1.20
      4 
      5 require (
      6 	gioui.org v0.0.0-20230224004350-5f818bc5e7f9
      7 	gioui.org/x v0.0.0-20230213211232-a8f5094dcb96
      8 	github.com/OneOfOne/xxhash v1.2.8
      9 	github.com/hashicorp/go-multierror v1.1.1
     10 	github.com/jackmordaunt/icns v1.0.0
     11 	github.com/kkdai/youtube/v2 v2.7.18
     12 	github.com/ncruces/zenity v0.10.6
     13 	github.com/pkg/errors v0.9.1
     14 	golang.org/x/crypto v0.6.0
     15 )
     16 
     17 require (
     18 	gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
     19 	gioui.org/shader v1.0.6 // indirect
     20 	github.com/VividCortex/ewma v1.2.0 // indirect
     21 	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
     22 	github.com/akavel/rsrc v0.10.2 // indirect
     23 	github.com/benoitkugler/textlayout v0.3.0 // indirect
     24 	github.com/bitly/go-simplejson v0.5.0 // indirect
     25 	github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
     26 	github.com/dlclark/regexp2 v1.8.1 // indirect
     27 	github.com/dop251/goja v0.0.0-20230226152633-7c93113e17ac // indirect
     28 	github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
     29 	github.com/go-text/typesetting v0.0.0-20230212093906-959574cbf271 // indirect
     30 	github.com/hashicorp/errwrap v1.1.0 // indirect
     31 	github.com/josephspurrier/goversioninfo v1.4.0 // indirect
     32 	github.com/mattn/go-runewidth v0.0.14 // indirect
     33 	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
     34 	github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
     35 	github.com/rivo/uniseg v0.4.4 // indirect
     36 	github.com/vbauerster/mpb/v5 v5.4.0 // indirect
     37 	golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
     38 	golang.org/x/exp/shiny v0.0.0-20230224173230-c95f2b4c22f2 // indirect
     39 	golang.org/x/image v0.5.0 // indirect
     40 	golang.org/x/net v0.7.0 // indirect
     41 	golang.org/x/sys v0.5.0 // indirect
     42 	golang.org/x/term v0.5.0 // indirect
     43 	golang.org/x/text v0.7.0 // indirect
     44 )