-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 830 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 830 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/Azure/AppConfiguration-GoProvider/azureappconfiguration
go 1.24.0
require github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig/v2 v2.1.0
require (
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0
golang.org/x/text v0.34.0 // indirect
)