Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/src/actions_exec_backend_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"time"

"github.com/pkg/errors"
"github.com/shurcooL/go/ctxhttp"
"github.com/sourcegraph/go-diff/diff"
"golang.org/x/net/context/ctxhttp"
)

type ActionRepoStatus struct {
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ require (
github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/pkg/errors v0.8.1
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
github.com/sourcegraph/go-diff v0.5.1
github.com/sourcegraph/jsonx v0.0.0-20190114210550-ba8cb36a8614
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
jaytaylor.com/html2text v0.0.0-20190408195923-01ec452cbe43
)