-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 656 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/danielpaulus/quicktime_video_hack
go 1.16
require (
github.com/danielpaulus/go-ios v1.0.13
github.com/danielpaulus/gst v0.0.0-20200201205042-e6d2974fceb8
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/google/gousb v2.1.0+incompatible
github.com/lijo-jose/glib v0.0.0-20191012030101-93ee72d7d646
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)