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 b9f1cc5 commit 2992e5cCopy full SHA for 2992e5c
pkg/adapters/hertz/go.mod
@@ -1,10 +1,9 @@
1
-module github.com/sentinel-go/pkg/adapters/hertz
+module github.com/alibaba/sentinel-golang/pkg/adapters/hertz
2
3
-go 1.13
+go 1.16
4
5
require (
6
- github.com/StackExchange/wmi v1.2.1 // indirect
7
- github.com/alibaba/sentinel-golang v1.0.2
+ github.com/alibaba/sentinel-golang v1.0.4
8
github.com/cloudwego/hertz v0.2.0
9
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.8.0
10
)
0 commit comments