Skip to content

Commit 2992e5c

Browse files
authored
Fix module path of pkg/adapters/hertz (#474)
1 parent b9f1cc5 commit 2992e5c

File tree

2 files changed

+382
-21
lines changed

2 files changed

+382
-21
lines changed

pkg/adapters/hertz/go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
module github.com/sentinel-go/pkg/adapters/hertz
1+
module github.com/alibaba/sentinel-golang/pkg/adapters/hertz
22

3-
go 1.13
3+
go 1.16
44

55
require (
6-
github.com/StackExchange/wmi v1.2.1 // indirect
7-
github.com/alibaba/sentinel-golang v1.0.2
6+
github.com/alibaba/sentinel-golang v1.0.4
87
github.com/cloudwego/hertz v0.2.0
9-
github.com/stretchr/testify v1.7.0
8+
github.com/stretchr/testify v1.8.0
109
)

0 commit comments

Comments
 (0)