Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
gofmt -w .
  • Loading branch information
JamieMagee committed Feb 9, 2026
commit d0f2e98ae928448cd62115b378075b7a93a4d8b6
2 changes: 1 addition & 1 deletion internal/infra/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import (
"github.com/dependabot/cli/internal/server"
"github.com/docker/docker/api/types/image"
"github.com/docker/docker/client"
archive "github.com/moby/go-archive"
"github.com/hexops/gotextdiff"
"github.com/hexops/gotextdiff/myers"
"github.com/hexops/gotextdiff/span"
archive "github.com/moby/go-archive"
"github.com/moby/moby/api/types/registry"
"gopkg.in/yaml.v3"
)
Expand Down