-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 770 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/spiffe/go-spiffe/v2
go 1.24.0
require (
github.com/Microsoft/go-winio v0.6.2
github.com/go-jose/go-jose/v4 v4.1.3
github.com/stretchr/testify v1.11.1
google.golang.org/grpc v1.75.0
google.golang.org/grpc/examples v0.0.0-20250407062114-b368379ef8f6
google.golang.org/protobuf v1.36.8
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)