Skip to content

Commit bfe6b03

Browse files
committed
Upgraded all libs (for real this time)
1 parent c023024 commit bfe6b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module github.com/arduino/go-serial-utils
22

33
go 1.21
44

5-
require go.bug.st/serial v1.1.1
5+
require go.bug.st/serial v1.6.1
66

77
require (
8-
github.com/creack/goselect v0.1.1 // indirect
9-
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
8+
github.com/creack/goselect v0.1.2 // indirect
9+
golang.org/x/sys v0.16.0 // indirect
1010
)

0 commit comments

Comments
 (0)