File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/setup-go@v5
2121 with :
2222 go-version : " 1.24.13"
23- cache : true
23+ cache : false
2424
2525 - name : Go mod tidy
2626 run : go mod tidy
5151 uses : actions/setup-go@v5
5252 with :
5353 go-version : " 1.24.13"
54- cache : true
54+ cache : false
5555
5656 - name : Go mod tidy
5757 run : go mod tidy
7575 uses : actions/setup-go@v5
7676 with :
7777 go-version : " 1.24.13"
78- cache : true
78+ cache : false
7979
8080 - name : Go mod tidy
8181 run : go mod tidy
9595 uses : actions/setup-go@v5
9696 with :
9797 go-version : " 1.24.13"
98- cache : true
98+ cache : false
9999
100100 - name : Go mod tidy
101101 run : go mod tidy
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ require (
7979 github.com/alibabacloud-go/tea v1.4.0 // indirect
8080 github.com/alibabacloud-go/tea-utils/v2 v2.0.7 // indirect
8181 github.com/aliyun/credentials-go v1.4.7 // indirect
82- github.com/andybalholm/brotli v1.1.0 // indirect
8382 github.com/atotto/clipboard v0.1.4 // indirect
8483 github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
8584 github.com/aws/aws-sdk-go-v2/config v1.32.8 // indirect
@@ -241,7 +240,7 @@ replace (
241240replace (
242241 github.com/chainreactors/IoM-go => ./external/IoM-go
243242 github.com/chainreactors/proxyclient => github.com/chainreactors/proxyclient v1.0.3
244- github.com/chainreactors/rem => .. /rem
243+ github.com/chainreactors/rem => ./external /rem
245244 github.com/chainreactors/tui => ./external/tui
246245 github.com/reeflective/console => ./external/console
247246 github.com/reeflective/readline => ./external/readline
You can’t perform that action at this time.
0 commit comments