Skip to content

Commit 2a3dab8

Browse files
committed
Fix hash
1 parent 1d52a3c commit 2a3dab8

File tree

3 files changed

+12
-38
lines changed

3 files changed

+12
-38
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ require (
4141
go.jetify.com/envsec v0.0.16-0.20250224183918-888379403227
4242
go.jetify.com/pkg v0.0.0-20250305231704-b305f9e8bd85
4343
go.jetify.com/typeid v1.3.0
44-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
44+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
4545
golang.org/x/mod v0.24.0
4646
golang.org/x/oauth2 v0.28.0
4747
golang.org/x/sync v0.12.0
48-
golang.org/x/tools v0.31.0
48+
golang.org/x/tools v0.30.1-0.20250221230316-5055f70f240c
4949
gopkg.in/yaml.v3 v3.0.1
5050
)
5151

@@ -74,7 +74,6 @@ require (
7474
github.com/alingse/asasalint v0.0.11 // indirect
7575
github.com/alingse/nilnesserr v0.1.2 // indirect
7676
github.com/andybalholm/brotli v1.1.1 // indirect
77-
github.com/arduino/go-paths-helper v1.12.1 // indirect
7877
github.com/ashanbrown/forbidigo v1.6.0 // indirect
7978
github.com/ashanbrown/makezero v1.2.0 // indirect
8079
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
@@ -287,7 +286,7 @@ require (
287286
golang.org/x/telemetry v0.0.0-20241220003058-cc96b6e0d3d9 // indirect
288287
golang.org/x/term v0.30.0 // indirect
289288
golang.org/x/text v0.23.0 // indirect
290-
golang.org/x/tools/gopls v0.18.0 // indirect
289+
golang.org/x/tools/gopls v0.18.1 // indirect
291290
golang.org/x/vuln v1.1.3 // indirect
292291
google.golang.org/protobuf v1.36.5 // indirect
293292
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

Lines changed: 8 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-XgDUJO81N5YhNOaX5diRloxeP2bqshLPxtdG/iRdx6Y=
1+
sha256-zqkuq8MlUCELjo4Z/uJhs65XUYyH755/ohgz1Ao4UAQ=

0 commit comments

Comments
 (0)