File: go.mod

package info (click to toggle)
golang-github-zalando-go-keyring 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 3
file content (11 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/zalando/go-keyring

go 1.18

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

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