-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (35 loc) · 1.3 KB
/
Copy pathgo.mod
File metadata and controls
40 lines (35 loc) · 1.3 KB
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
31
32
33
34
35
36
37
38
39
40
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
module github.com/microsoft/go-infra
go 1.25.0
require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.7.2
github.com/Masterminds/sprig/v3 v3.3.0
github.com/go-test/deep v1.1.1
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/go-github/v65 v65.0.0
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
go.yaml.in/yaml/v4 v4.0.0-rc.5
golang.org/x/crypto v0.53.0
golang.org/x/mod v0.37.0
golang.org/x/oauth2 v0.36.0
golang.org/x/perf v0.0.0-20260409210113-8e83ce0f7b1c
golang.org/x/sync v0.21.0
golang.org/x/text v0.38.0
golang.org/x/tools v0.46.0
)
require (
dario.cat/mergo v1.0.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
)
tool golang.org/x/perf/cmd/benchstat