Skip to content

Commit

Permalink
go: Fix go-difflib dependency
Browse files Browse the repository at this point in the history
This fixes `go mod tidy`.
  • Loading branch information
abukosek committed Jun 27, 2022
1 parent 62bdd12 commit 5fd5b80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 111 deletions.
Empty file added .changelog/4824.trivial.md
Empty file.
2 changes: 1 addition & 1 deletion go/common/diff/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package diff
import (
"fmt"

"github.com/ianbruene/go-difflib/difflib"
"github.com/goki/go-difflib/difflib"
)

// Number of surrounding lines to show in unified diff.
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ require (
github.com/fxamacker/cbor/v2 v2.4.0
github.com/gammazero/deque v0.1.1
github.com/go-kit/log v0.2.1
github.com/goki/go-difflib v1.2.1
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4
github.com/google/btree v1.0.1
github.com/hashicorp/go-hclog v1.2.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-plugin v1.4.4
github.com/hpcloud/tail v1.0.0
github.com/ianbruene/go-difflib v1.2.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/libp2p/go-libp2p v0.20.1
github.com/libp2p/go-libp2p-core v0.16.1
Expand Down
Loading

0 comments on commit 5fd5b80

Please sign in to comment.