Skip to content

Commit

Permalink
Use inlined shellscape
Browse files Browse the repository at this point in the history
  • Loading branch information
williammartin committed Nov 6, 2024
1 parent 59d66b7 commit 2f5e281
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/zalando/go-keyring
go 1.18

require (
al.essio.dev/pkg/shellescape v1.5.1
github.com/danieljoos/wincred v1.2.2
github.com/godbus/dbus/v5 v5.1.0
)
Expand Down
2 changes: 1 addition & 1 deletion internal/shellescape/shellescape_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package shellescape_test
import (
"testing"

"github.com/zalando/go-keyring/shellescape"
"github.com/zalando/go-keyring/internal/shellescape"
)

func assertEqual(t *testing.T, s, expected string) {
Expand Down
2 changes: 1 addition & 1 deletion keyring_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"os/exec"
"strings"

"al.essio.dev/pkg/shellescape"
"github.com/zalando/go-keyring/internal/shellescape"
)

const (
Expand Down

0 comments on commit 2f5e281

Please sign in to comment.