File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ scoop bucket add blacktop https://github.com/blacktop/scoop-bucket.git
5454scoop install blacktop/ipsw
5555```
5656
57- #### Go Install
58- ``` bash
59- go install github.com/blacktop/ipsw/cmd/ipsw@latest
60- ```
61-
6257### Basic Usage
6358
6459``` bash
Original file line number Diff line number Diff line change 11module github.com/blacktop/ipsw
22
3- go 1.25.3
3+ go 1.25
44
55tool (
66 github.com/caarlos0/svu/v3
@@ -87,11 +87,6 @@ require (
8787 gorm.io/gorm v1.31.1
8888)
8989
90- // replace github.com/blacktop/go-macho => ../go-macho
91- // replace github.com/blacktop/go-dwarf => ../go-dwarf
92- // replace github.com/blacktop/arm64-cgo => ../arm64-cgo
93- // replace github.com/unicorn-engine/unicorn => ./unicorn2
94-
9590require (
9691 cloud.google.com/go v0.123.0 // indirect
9792 cloud.google.com/go/auth v0.17.0 // indirect
You can’t perform that action at this time.
0 commit comments