forked from danielpaulus/go-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 893 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/danielpaulus/go-ios
go 1.17
require (
github.com/Masterminds/semver v1.5.0
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/google/gopacket v1.1.19
github.com/google/uuid v1.1.2
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)