We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcee3a2 commit ace3132Copy full SHA for ace3132
reverse-prefix-of-word/go.mod
@@ -2,7 +2,7 @@ module github.com/masx200/leetcode-test/reverse-prefix-of-word
2
3
go 1.19
4
5
-require github.com/webx-top/com v0.6.0
+require github.com/webx-top/com v0.7.1
6
7
require (
8
github.com/admpub/fsnotify v1.5.0 // indirect
@@ -11,5 +11,5 @@ require (
11
github.com/json-iterator/go v1.1.12 // indirect
12
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
13
github.com/modern-go/reflect2 v1.0.2 // indirect
14
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
+ golang.org/x/sys v0.0.0-20222211171735-95e7b5b1c343 // indirect
15
)
0 commit comments