mirror of
https://github.com/ProtonMail/go-keychain.git
synced 2026-01-16 23:12:12 +00:00
16 lines
363 B
Modula-2
16 lines
363 B
Modula-2
module github.com/keybase/go-keychain
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/keybase/dbus v0.0.0-20220506165403-5aa21ea2c23a
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.32.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|