Skip to content

Commit ace3132

Browse files
committed
Update go.mod
1 parent bcee3a2 commit ace3132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reverse-prefix-of-word/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/masx200/leetcode-test/reverse-prefix-of-word
22

33
go 1.19
44

5-
require github.com/webx-top/com v0.6.0
5+
require github.com/webx-top/com v0.7.1
66

77
require (
88
github.com/admpub/fsnotify v1.5.0 // indirect
@@ -11,5 +11,5 @@ require (
1111
github.com/json-iterator/go v1.1.12 // indirect
1212
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1313
github.com/modern-go/reflect2 v1.0.2 // indirect
14-
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
14+
golang.org/x/sys v0.0.0-20222211171735-95e7b5b1c343 // indirect
1515
)

0 commit comments

Comments
 (0)