Skip to content

Commit

Permalink
Remove go-testing-interface from go-plugin (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletHynes authored Jul 9, 2024
1 parent 721087d commit 0e45961
Show file tree
Hide file tree
Showing 3 changed files with 1,747 additions and 12 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/yamux v0.1.1
github.com/jhump/protoreflect v1.15.1
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
github.com/oklog/run v1.0.0
google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.31.0
Expand All @@ -17,7 +16,8 @@ require (
github.com/bufbuild/protocompile v0.4.0 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
Expand Down
Loading

0 comments on commit 0e45961

Please sign in to comment.