Skip to content

Commit

Permalink
修复替换引用包的问题
Browse files Browse the repository at this point in the history
Signed-off-by: allan716 <525223688@qq.com>
  • Loading branch information
allanpk716 committed Jun 24, 2023
1 parent 5d9b381 commit ccd4798
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ require (
gorm.io/gorm v1.25.1 // indirect
)

replace github.com/wader/goutubedl v0.0.0-20230607161020-2ec70c51c91b => github.com/allanpk716/goutubedl v0.0.0-20230607161020-2ec70c51c91b
replace (
github.com/wader/goutubedl v0.0.0-20230607161020-2ec70c51c91b => github.com/allanpk716/goutubedl v0.0.0-20230607161020-2ec70c51c91b
github.com/go-creed/sat => github.com/allanpk716/sat v1.0.4
github.com/middelink/go-parse-torrent-name => github.com/allanpk716/go-parse-torrent-name v0.0.2
)

0 comments on commit ccd4798

Please sign in to comment.