Skip to content

Commit afede98

Browse files
authored
Merge pull request #36 from alex-slynko/dependabot/go_modules/golang.org/x/term-0.33.0
Bump golang.org/x/term from 0.30.0 to 0.33.0
2 parents e67b37b + 671d715 commit afede98

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module github.com/alex-slynko/demoshell
22

3-
go 1.22.3
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (
78
github.com/onsi/ginkgo/v2 v2.23.3
89
github.com/onsi/gomega v1.37.0
910
github.com/progrium/go-basher v5.1.7+incompatible
10-
golang.org/x/term v0.30.0
11+
golang.org/x/term v0.33.0
1112
)
1213

1314
require (
@@ -18,7 +19,7 @@ require (
1819
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
1920
github.com/mitchellh/go-homedir v1.1.0 // indirect
2021
golang.org/x/net v0.37.0 // indirect
21-
golang.org/x/sys v0.31.0 // indirect
22+
golang.org/x/sys v0.34.0 // indirect
2223
golang.org/x/text v0.23.0 // indirect
2324
golang.org/x/tools v0.30.0 // indirect
2425
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
2424
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
2525
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
2626
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
27-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
28-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
29-
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
30-
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
27+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
28+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
29+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
30+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
3131
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
3232
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
3333
golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=

0 commit comments

Comments
 (0)