File tree Expand file tree Collapse file tree 6 files changed +5
-149
lines changed Expand file tree Collapse file tree 6 files changed +5
-149
lines changed Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"io"
6
6
"os"
7
-
8
- exec "golang.org/x/sys/execabs"
7
+ "os/exec"
9
8
)
10
9
11
10
// Program is an interface to execute external programs.
Original file line number Diff line number Diff line change 1
1
module github.com/docker/docker-credential-helpers
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
- require (
6
- github.com/danieljoos/wincred v1.1.2
7
- golang.org/x/sys v0.7.0
8
- )
5
+ require github.com/danieljoos/wincred v1.1.2
6
+
7
+ require golang.org/x/sys v0.7.0 // indirect
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
github.com/danieljoos/wincred
4
4
# golang.org/x/sys v0.7.0
5
5
## explicit; go 1.17
6
- golang.org/x/sys/execabs
7
6
golang.org/x/sys/internal/unsafeheader
8
7
golang.org/x/sys/windows
You can’t perform that action at this time.
0 commit comments