We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e4e8b commit 5e60c81Copy full SHA for 5e60c81
2 files changed
go.mod
@@ -1,5 +1,5 @@
1
module github.com/bootc-dev/jsonrpc-fdpass-go
2
3
-go 1.21
+go 1.25.0
4
5
-require golang.org/x/sys v0.28.0
+require golang.org/x/sys v0.43.0
go.sum
@@ -1,2 +1,4 @@
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
+golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
+golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
0 commit comments