Skip to content

Commit 456d6fe

Browse files
author
wander
committed
pretreev1.0.6
解决路由存储竞争的问题
1 parent 08a7d51 commit 456d6fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

local_test/main.go example/main.go

File renamed without changes.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/obity/mux
22

33
go 1.16
44

5-
require github.com/obity/pretree v1.0.5
5+
require github.com/obity/pretree v1.0.6

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/obity/pretree v1.0.5 h1:sQGT79sTw3GClAOS/GYWYCGy6Un/+svnITvKgtgQngc=
2-
github.com/obity/pretree v1.0.5/go.mod h1:ZqqTnyA0OPCQtoeonN9AAhmfVCPOb5Oag/Z5s0JLl18=
1+
github.com/obity/pretree v1.0.6 h1:7rruqDwgqI3gn+uvLLVfWSwkKZJO8mo5+MnGNbGtOs4=
2+
github.com/obity/pretree v1.0.6/go.mod h1:ZqqTnyA0OPCQtoeonN9AAhmfVCPOb5Oag/Z5s0JLl18=

0 commit comments

Comments
 (0)