File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/dustin/go-humanize v1.0.1
13
13
github.com/ergochat/readline v0.1.0
14
14
github.com/fatih/color v1.16.0
15
- github.com/godbus/dbus v0.0.0-20190623212516-8a1682060722
15
+ github.com/godbus/dbus/v5 v5.1.0
16
16
github.com/gokyle/twofactor v1.0.1
17
17
github.com/google/go-cmp v0.6.0
18
18
github.com/google/go-github v17.0.0+incompatible
@@ -64,7 +64,6 @@ require (
64
64
github.com/gdamore/encoding v1.0.1 // indirect
65
65
github.com/gdamore/tcell/v2 v2.7.4 // indirect
66
66
github.com/gen2brain/shm v0.1.0 // indirect
67
- github.com/godbus/dbus/v5 v5.1.0 // indirect
68
67
github.com/google/go-querystring v1.1.0 // indirect
69
68
github.com/jezek/xgb v1.1.1 // indirect
70
69
github.com/jwalton/gchalk v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ github.com/gdamore/tcell/v2 v2.7.4 h1:sg6/UnTM9jGpZU+oFYAsDahfchWAFW8Xx2yFinNSAY
56
56
github.com/gdamore/tcell/v2 v2.7.4 /go.mod h1:dSXtXTSK0VsW1biw65DZLZ2NKr7j0qP/0J7ONmsraWg =
57
57
github.com/gen2brain/shm v0.1.0 h1:MwPeg+zJQXN0RM9o+HqaSFypNoNEcNpeoGp0BTSx2YY =
58
58
github.com/gen2brain/shm v0.1.0 /go.mod h1:UgIcVtvmOu+aCJpqJX7GOtiN7X2ct+TKLg4RTxwPIUA =
59
- github.com/godbus/dbus v0.0.0-20190623212516-8a1682060722 h1:NNKZiuNXd6lpZRyoFM/uhssj5W9Ps1DbhGHxT49Pm9I =
60
- github.com/godbus/dbus v0.0.0-20190623212516-8a1682060722 /go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4 =
61
59
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
62
60
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk =
63
61
github.com/godbus/dbus/v5 v5.1.0 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
Original file line number Diff line number Diff line change 7
7
"context"
8
8
"os"
9
9
10
- "github.com/godbus/dbus"
10
+ "github.com/godbus/dbus/v5 "
11
11
"github.com/gopasspw/gopass/internal/config"
12
12
"github.com/gopasspw/gopass/pkg/debug"
13
13
)
Original file line number Diff line number Diff line change 8
8
"fmt"
9
9
"strings"
10
10
11
- "github.com/godbus/dbus"
11
+ "github.com/godbus/dbus/v5 "
12
12
)
13
13
14
14
func clearClipboardHistory (ctx context.Context ) error {
You can’t perform that action at this time.
0 commit comments