-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 934 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 934 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
25
26
module github.com/aurva-io/avmsgraph-sdk-go
go 1.24
require (
github.com/google/uuid v1.6.0
github.com/microsoft/kiota-abstractions-go v1.9.2
github.com/microsoft/kiota-serialization-form-go v1.1.2
github.com/microsoft/kiota-serialization-json-go v1.1.2
github.com/microsoft/kiota-serialization-multipart-go v1.1.2
github.com/microsoft/kiota-serialization-text-go v1.1.2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 // indirect
github.com/stretchr/testify v1.10.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
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
gopkg.in/yaml.v3 v3.0.1 // indirect
)