1
1
module github.com/microsoft/go-sqlcmd
2
2
3
- go 1.22.10
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.2
4
6
5
7
require (
6
8
github.com/alecthomas/chroma/v2 v2.5.0
@@ -17,9 +19,9 @@ require (
17
19
github.com/spf13/cobra v1.6.1
18
20
github.com/spf13/pflag v1.0.5
19
21
github.com/spf13/viper v1.14.0
20
- github.com/stretchr/testify v1.9 .0
21
- golang.org/x/sys v0.28 .0
22
- golang.org/x/text v0.21 .0
22
+ github.com/stretchr/testify v1.10 .0
23
+ golang.org/x/sys v0.32 .0
24
+ golang.org/x/text v0.24 .0
23
25
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
24
26
gopkg.in/yaml.v2 v2.4.0
25
27
)
@@ -31,9 +33,8 @@ require (
31
33
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1 // indirect
32
34
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect
33
35
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
34
- github.com/Microsoft/go-winio v0.6.0 // indirect
36
+ github.com/Microsoft/go-winio v0.6.2 // indirect
35
37
github.com/beorn7/perks v1.0.1 // indirect
36
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
37
38
github.com/containerd/log v0.1.0 // indirect
38
39
github.com/davecgh/go-spew v1.1.1 // indirect
39
40
github.com/distribution/reference v0.6.0 // indirect
@@ -46,10 +47,10 @@ require (
46
47
github.com/go-logr/logr v1.4.2 // indirect
47
48
github.com/go-logr/stdr v1.2.2 // indirect
48
49
github.com/gogo/protobuf v1.3.2 // indirect
49
- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
50
+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
50
51
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
51
- github.com/golang/protobuf v1.5.2 // indirect
52
- github.com/gorilla/mux v1.8.0 // indirect
52
+ github.com/golang/protobuf v1.5.4 // indirect
53
+ github.com/gorilla/mux v1.8.1 // indirect
53
54
github.com/hashicorp/hcl v1.0.0 // indirect
54
55
github.com/inconshreveable/mousetrap v1.0.1 // indirect
55
56
github.com/kylelemons/godebug v1.1.0 // indirect
@@ -58,34 +59,36 @@ require (
58
59
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
59
60
github.com/mitchellh/mapstructure v1.5.0 // indirect
60
61
github.com/moby/docker-image-spec v1.3.1 // indirect
61
- github.com/moby/term v0.0.0-20221120202655-abb19827d345 // indirect
62
+ github.com/moby/term v0.5.2 // indirect
62
63
github.com/morikuni/aec v1.0.0 // indirect
63
64
github.com/opencontainers/go-digest v1.0.0 // indirect
64
65
github.com/pelletier/go-toml v1.9.5 // indirect
65
66
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
66
67
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
67
68
github.com/pmezard/go-difflib v1.0.0 // indirect
68
- github.com/prometheus/client_golang v1.11.1 // indirect
69
- github.com/prometheus/client_model v0.2.0 // indirect
70
- github.com/prometheus/common v0.26.0 // indirect
71
- github.com/prometheus/procfs v0.6.0 // indirect
72
- github.com/sirupsen/logrus v1.9.3 // indirect
69
+ github.com/prometheus/client_golang v1.1.0 // indirect
70
+ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
71
+ github.com/prometheus/common v0.6.0 // indirect
72
+ github.com/prometheus/procfs v0.0.3 // indirect
73
73
github.com/spf13/afero v1.9.2 // indirect
74
74
github.com/spf13/cast v1.5.0 // indirect
75
75
github.com/spf13/jwalterweatherman v1.1.0 // indirect
76
76
github.com/subosito/gotenv v1.4.1 // indirect
77
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
78
- go.opentelemetry.io/otel v1.28 .0 // indirect
79
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28 .0 // indirect
80
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
81
- go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
82
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
83
- golang.org/x/crypto v0.31 .0 // indirect
77
+ go.opentelemetry.io/auto/sdk v1.1 .0 // indirect
78
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
79
+ go.opentelemetry.io/otel v1.35 .0 // indirect
80
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35 .0 // indirect
81
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
82
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
83
+ golang.org/x/crypto v0.37 .0 // indirect
84
84
golang.org/x/mod v0.17.0 // indirect
85
- golang.org/x/net v0.26.0 // indirect
86
- golang.org/x/sync v0.10.0 // indirect
87
- google.golang.org/protobuf v1.34.2 // indirect
85
+ golang.org/x/net v0.39.0 // indirect
86
+ golang.org/x/sync v0.13.0 // indirect
87
+ google.golang.org/genproto/googleapis/api v0.0.0-20250425173222-7b384671a197 // indirect
88
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect
89
+ google.golang.org/grpc v1.71.1 // indirect
90
+ google.golang.org/protobuf v1.36.6 // indirect
88
91
gopkg.in/ini.v1 v1.67.0 // indirect
89
92
gopkg.in/yaml.v3 v3.0.1 // indirect
90
- gotest.tools/v3 v3.4.0 // indirect
93
+ gotest.tools/v3 v3.5.2 // indirect
91
94
)
0 commit comments