Skip to content

Commit adfee6a

Browse files
committed
Update github.com/hashicorp/go-plugin
1 parent 1cb7293 commit adfee6a

File tree

526 files changed

+55943
-13401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+55943
-13401
lines changed

go.mod

+20-21
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ require (
1111
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2
1212
github.com/fsnotify/fsnotify v1.4.9
1313
github.com/go-ldap/ldap/v3 v3.2.3
14-
github.com/google/uuid v1.3.0
15-
github.com/hashicorp/go-hclog v1.5.0
14+
github.com/google/uuid v1.6.0
15+
github.com/hashicorp/go-hclog v1.6.3
1616
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
17-
github.com/hashicorp/go-plugin v1.4.9
17+
github.com/hashicorp/go-plugin v1.6.3
1818
github.com/jcmturner/gofork v1.7.6
1919
github.com/jcmturner/gokrb5/v8 v8.4.3
2020
github.com/oklog/run v1.1.0
@@ -27,16 +27,15 @@ require (
2727
github.com/stretchr/testify v1.10.0
2828
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
2929
github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76
30-
golang.org/x/net v0.33.0
31-
golang.org/x/oauth2 v0.7.0
32-
google.golang.org/api v0.114.0
33-
google.golang.org/grpc v1.56.3
34-
google.golang.org/protobuf v1.33.0
30+
golang.org/x/net v0.34.0
31+
golang.org/x/oauth2 v0.24.0
32+
google.golang.org/api v0.126.0
33+
google.golang.org/grpc v1.70.0
34+
google.golang.org/protobuf v1.36.4
3535
)
3636

3737
require (
38-
cloud.google.com/go/compute v1.19.1 // indirect
39-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
38+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
4039
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
4140
github.com/aws/aws-sdk-go-v2/credentials v1.13.4 // indirect
4241
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.20 // indirect
@@ -49,27 +48,27 @@ require (
4948
github.com/aws/aws-sdk-go-v2/service/sts v1.17.6 // indirect
5049
github.com/aws/smithy-go v1.13.5 // indirect
5150
github.com/beorn7/perks v1.0.1 // indirect
52-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
51+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5352
github.com/davecgh/go-spew v1.1.1 // indirect
54-
github.com/fatih/color v1.15.0 // indirect
53+
github.com/fatih/color v1.18.0 // indirect
5554
github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect
56-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
57-
github.com/golang/protobuf v1.5.3 // indirect
55+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56+
github.com/golang/protobuf v1.5.4 // indirect
57+
github.com/google/s2a-go v0.1.4 // indirect
5858
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
59-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
59+
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
6060
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
6161
github.com/hashicorp/go-uuid v1.0.3 // indirect
6262
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
63-
github.com/hashicorp/yamux v0.1.1 // indirect
63+
github.com/hashicorp/yamux v0.1.2 // indirect
6464
github.com/inconshreveable/mousetrap v1.0.1 // indirect
6565
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
6666
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
6767
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
6868
github.com/magiconair/properties v1.8.0 // indirect
69-
github.com/mattn/go-colorable v0.1.13 // indirect
70-
github.com/mattn/go-isatty v0.0.18 // indirect
69+
github.com/mattn/go-colorable v0.1.14 // indirect
70+
github.com/mattn/go-isatty v0.0.20 // indirect
7171
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
72-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
7372
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
7473
github.com/pelletier/go-toml v1.2.0 // indirect
7574
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -84,11 +83,11 @@ require (
8483
github.com/spf13/pflag v1.0.5 // indirect
8584
github.com/xdg/stringprep v1.0.0 // indirect
8685
go.opencensus.io v0.24.0 // indirect
87-
golang.org/x/crypto v0.31.0 // indirect
86+
golang.org/x/crypto v0.32.0 // indirect
8887
golang.org/x/sys v0.29.0 // indirect
8988
golang.org/x/text v0.21.0 // indirect
9089
google.golang.org/appengine v1.6.7 // indirect
91-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
90+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
9291
gopkg.in/yaml.v2 v2.3.0 // indirect
9392
gopkg.in/yaml.v3 v3.0.1 // indirect
9493
)

go.sum

+101-50
Large diffs are not rendered by default.

vendor/cloud.google.com/go/compute/metadata/CHANGES.md

+40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)