-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (25 loc) · 856 Bytes
/
go.mod
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
module github.com/topicuskeyhub/sdk-go
go 1.23.0
toolchain go1.24.1
require (
github.com/coreos/go-oidc/v3 v3.13.0
github.com/google/uuid v1.6.0
github.com/microsoft/kiota-abstractions-go v1.9.1
github.com/microsoft/kiota-serialization-json-go v1.1.1
golang.org/x/oauth2 v0.28.0
)
require (
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
)
require (
github.com/cjlapao/common-go v0.0.49 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/microsoft/kiota-http-go v1.5.1
go.opentelemetry.io/otel v1.35.0 // indirect
go.opentelemetry.io/otel/metric v1.35.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
)