macho/macho-go/go.mod

17 lines
361 B
Modula-2
Raw Normal View History

2023-05-31 16:17:03 +07:00
module ios-wrapper
2023-06-05 15:54:41 +07:00
go 1.17
2023-05-31 16:17:03 +07:00
require (
github.com/alecthomas/kong v0.2.16
github.com/sirupsen/logrus v1.8.0
2023-11-08 22:26:55 +07:00
google.golang.org/protobuf v1.31.0
2023-05-31 16:17:03 +07:00
)
2023-06-05 15:54:41 +07:00
require (
2023-11-08 22:26:55 +07:00
github.com/golang/protobuf v1.5.3 // indirect
2023-06-05 15:54:41 +07:00
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
)