File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,15 @@ import (
17
17
"io"
18
18
"io/fs"
19
19
"os"
20
+ "os/exec"
20
21
"path/filepath"
21
22
"regexp"
22
23
"runtime"
23
24
"runtime/pprof"
24
25
"strings"
25
26
"sync"
26
27
27
- // TODO: we can soon use os/exec thanks to
28
- // https://go.dev/issue/43724
29
28
"golang.org/x/sync/semaphore"
30
- exec "golang.org/x/sys/execabs"
31
29
32
30
gformat "mvdan.cc/gofumpt/format"
33
31
"mvdan.cc/gofumpt/internal/govendor/diff"
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ import (
7
7
"encoding/json"
8
8
"flag"
9
9
"os"
10
+ "os/exec"
10
11
"path/filepath"
11
12
"testing"
12
13
13
14
qt "github.com/frankban/quicktest"
14
- exec "golang.org/x/sys/execabs"
15
15
16
16
"github.com/rogpeppe/go-internal/gotooltest"
17
17
"github.com/rogpeppe/go-internal/testscript"
You can’t perform that action at this time.
0 commit comments