module ios-wrapper go 1.17 require ( github.com/alecthomas/kong v0.2.16 github.com/sirupsen/logrus v1.8.0 google.golang.org/protobuf v1.31.0 ) require ( github.com/golang/protobuf v1.5.3 // indirect github.com/magefile/mage v1.10.0 // indirect github.com/pkg/errors v0.8.1 // indirect golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect )