sourcegraph / go-diff

Unified diff parser and printer for Go
https://sourcegraph.com/github.com/sourcegraph/go-diff
Other
425 stars 47 forks source link

remove unnecessary dependencies #69

Closed yuxiang-zhang closed 1 year ago

yuxiang-zhang commented 1 year ago

The dependencies github.com/shurcooL/go@v0.0.0-20180423040247-9e1955d9fb6e and github.com/shurcooL/go-goon@v0.0.0-20170922171312-37c2f522c041 in go.mod are not required as a result of go mod tidy.