Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda authored Jul 29, 2024
1 parent b097b12 commit 7e96ac9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/zalando/go-keyring
module github.com/vsh/go-keyring

go 1.18
go 1.22

require (
github.com/alessio/shellescape v1.4.1
github.com/danieljoos/wincred v1.2.0
github.com/alessio/shellescape v1.5.0
github.com/danieljoos/wincred v1.2.2
github.com/godbus/dbus/v5 v5.1.0
)

require golang.org/x/sys v0.8.0 // indirect
require golang.org/x/sys v0.22.0 // indirect

0 comments on commit 7e96ac9

Please sign in to comment.