File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,21 @@ go 1.25.0
55toolchain go1.25.5
66
77require (
8+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
9+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
810 github.com/go-resty/resty/v2 v2.17.1
11+ github.com/jessevdk/go-flags v1.6.1
12+ github.com/patrickmn/go-cache v2.1.0+incompatible
913 github.com/prometheus/client_golang v1.23.2
1014 github.com/prometheus/common v0.67.4 // indirect
1115 github.com/prometheus/procfs v0.19.2 // indirect
16+ github.com/remeh/sizedwaitgroup v1.0.0
17+ github.com/webdevops/go-common v0.0.0-20251219213826-139615203ee5
1218 golang.org/x/net v0.48.0 // indirect
1319 golang.org/x/sys v0.39.0 // indirect
1420 google.golang.org/protobuf v1.36.11 // indirect
1521)
1622
17- require (
18- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
19- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
20- github.com/jessevdk/go-flags v1.6.1
21- github.com/patrickmn/go-cache v2.1.0+incompatible
22- github.com/remeh/sizedwaitgroup v1.0.0
23- github.com/webdevops/go-common v0.0.0-20251219213826-139615203ee5
24- )
25-
2623require (
2724 github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
2825 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0 // indirect
You can’t perform that action at this time.
0 commit comments