Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1567d1b

Browse files
committed
Switching to go1.25.1 with dependencies update.
1 parent66444a1 commit1567d1b

File tree

49 files changed

+19522
-18381
lines changed

Some content is hidden

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

49 files changed

+19522
-18381
lines changed

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
with:
2323
packages:mingw-w64 binutils-mingw-w64-x86-64
2424
version:1.0
25-
25+
2626
-name:Install Task
27-
uses:arduino/setup-task@v2
27+
uses:go-task/setup-task@v1
2828
with:
2929
version:3.x
3030

3131
-name:Set up Go
3232
uses:actions/setup-go@v5
3333
with:
34-
go-version:'1.24.1'
34+
go-version:'1.25.1'
3535

3636
-name:Build everything
3737
run:task release -v

‎go.mod‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
modulewsl-ssh-agent
22

3-
go1.24.1
3+
go1.25.1
44

55
tool (
66
github.com/jstarks/npiperelay
@@ -10,19 +10,19 @@ tool (
1010
require (
1111
github.com/Microsoft/go-winiov0.6.2
1212
github.com/allan-simon/go-singleinstancev0.0.0-20210120080615-d0997106ab37
13-
github.com/rupor-github/gclprv1.3.7
14-
golang.org/x/sysv0.31.0
13+
github.com/rupor-github/gclprv1.3.9
14+
golang.org/x/sysv0.36.0
1515
)
1616

1717
require (
1818
github.com/BurntSushi/tomlv1.5.0// indirect
1919
github.com/atotto/clipboardv0.1.4// indirect
2020
github.com/jstarks/npiperelayv0.1.0// indirect
2121
github.com/skratchdot/open-golangv0.0.0-20200116055534-eef842397966// indirect
22-
golang.org/x/cryptov0.36.0// indirect
23-
golang.org/x/exp/typeparamsv0.0.0-20250305212735-054e65f0b394// indirect
24-
golang.org/x/modv0.24.0// indirect
25-
golang.org/x/syncv0.12.0// indirect
26-
golang.org/x/toolsv0.31.0// indirect
22+
golang.org/x/cryptov0.42.0// indirect
23+
golang.org/x/exp/typeparamsv0.0.0-20250911091902-df9299821621// indirect
24+
golang.org/x/modv0.28.0// indirect
25+
golang.org/x/syncv0.17.0// indirect
26+
golang.org/x/toolsv0.37.0// indirect
2727
honnef.co/go/toolsv0.6.1// indirect
2828
)

‎go.sum‎

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,24 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1010
github.com/google/go-cmpv0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
1111
github.com/jstarks/npiperelayv0.1.0 h1:8aE68voJ84WliWZG2UdUTw5YCXiJXETjKZjCAkn9WnU=
1212
github.com/jstarks/npiperelayv0.1.0/go.mod h1:ZFBLGh8o9cdvNwXoN8pRK9MQ7Hp1/xHdJ/lBp2+mP1s=
13-
github.com/rupor-github/gclprv1.3.7 h1:1piC2VUHL6Oaiqlqb6nYoKOTyKOFkg3NzYwj3jMHLx4=
14-
github.com/rupor-github/gclprv1.3.7/go.mod h1:EZ36664RyO4zbEb7aahCfkbJpe+9LX1hgR71fooo+3Q=
13+
github.com/rupor-github/gclprv1.3.9 h1:HdxXaCx4qLghYea1iAAI0OO5diybAW+b5FSG6WoTiOY=
14+
github.com/rupor-github/gclprv1.3.9/go.mod h1:btuZgkCj8vnQvM24/XOw3eTXeawGqkNOwLx5GrK6Avs=
1515
github.com/skratchdot/open-golangv0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
1616
github.com/skratchdot/open-golangv0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
17-
golang.org/x/cryptov0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
18-
golang.org/x/cryptov0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
19-
golang.org/x/exp/typeparamsv0.0.0-20250305212735-054e65f0b394 h1:VI4qDpTkfFaCXEPrbojidLgVQhj2x4nzTccG0hjaLlU=
20-
golang.org/x/exp/typeparamsv0.0.0-20250305212735-054e65f0b394/go.mod h1:LKZHyeOpPuZcMgxeHjJp4p5yvxrCX1xDvH10zYHhjjQ=
21-
golang.org/x/modv0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
22-
golang.org/x/modv0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
23-
golang.org/x/syncv0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
24-
golang.org/x/syncv0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
17+
golang.org/x/cryptov0.42.0 h1:chiH31gIWm57EkTXpwnqf8qeuMUi0yekh6mT2AvFlqI=
18+
golang.org/x/cryptov0.42.0/go.mod h1:4+rDnOTJhQCx2q7/j6rAN5XDw8kPjeaXEUR2eL94ix8=
19+
golang.org/x/exp/typeparamsv0.0.0-20250911091902-df9299821621 h1:Yl4H5w2RV7L/dvSHp2GerziT5K2CORgFINPaMFxWGWw=
20+
golang.org/x/exp/typeparamsv0.0.0-20250911091902-df9299821621/go.mod h1:4Mzdyp/6jzw9auFDJ3OMF5qksa7UvPnzKqTVGcb04ms=
21+
golang.org/x/modv0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
22+
golang.org/x/modv0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
23+
golang.org/x/syncv0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
24+
golang.org/x/syncv0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
2525
golang.org/x/sysv0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
26-
golang.org/x/sysv0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
27-
golang.org/x/sysv0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
28-
golang.org/x/toolsv0.31.0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU=
29-
golang.org/x/toolsv0.31.0/go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ=
26+
golang.org/x/sysv0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
27+
golang.org/x/sysv0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
28+
golang.org/x/toolsv0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=
29+
golang.org/x/toolsv0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=
30+
golang.org/x/tools/go/expectv0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
31+
golang.org/x/tools/go/expectv0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
3032
honnef.co/go/toolsv0.6.1 h1:R094WgE8K4JirYjBaOpz/AvTyUu/3wbmAoskKN/pxTI=
3133
honnef.co/go/toolsv0.6.1/go.mod h1:3puzxxljPCe8RGJX7BIy1plGbxEOZni5mR2aXe3/uk4=

‎vendor/golang.org/x/mod/semver/semver.go‎

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎vendor/golang.org/x/sync/errgroup/errgroup.go‎

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎vendor/golang.org/x/sys/windows/registry/key.go‎

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎vendor/golang.org/x/sys/windows/registry/value.go‎

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎vendor/golang.org/x/sys/windows/registry/zsyscall_windows.go‎

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

‎vendor/golang.org/x/sys/windows/security_windows.go‎

Lines changed: 44 additions & 5 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎vendor/golang.org/x/sys/windows/syscall_windows.go‎

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp