forked from 99designs/keyring
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.58 KB
/
go.mod
File metadata and controls
42 lines (38 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/byteness/keyring
go 1.25.0
// v1.6.0 was a broken test
retract v1.6.0
require (
github.com/1Password/connect-sdk-go v1.5.4-0.20250417152128-c154b387248b
github.com/1password/onepassword-sdk-go v0.4.1-beta.1
github.com/byteness/go-keychain v0.0.0-20191008050251-8e49817e8af4
github.com/byteness/go-libsecret v0.0.0-20260108215642-107379d3dee0
github.com/byteness/percent v0.2.2
github.com/danieljoos/wincred v1.2.3
github.com/dvsekhvalnov/jose2go v1.8.0
github.com/godbus/dbus/v5 v5.2.2
github.com/noamcohen97/touchid-go v0.3.0
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.49.0
golang.org/x/sys v0.42.0
golang.org/x/term v0.41.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dylibso/observe-sdk/go v0.0.0-20240828172851-9145d8ad07e1 // indirect
github.com/extism/go-sdk v1.7.1 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/ianlancetaylor/demangle v0.0.0-20251118225945-96ee0021ea0f // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834 // indirect
github.com/tetratelabs/wazero v1.11.0 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)