Skip to content

Commit

Permalink
add limiter.scope option for service
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Jan 20, 2025
1 parent 758251d commit 982a93e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.4

require (
github.com/go-gost/core v0.2.1
github.com/go-gost/x v0.4.1
github.com/go-gost/x v0.4.2
github.com/judwhite/go-svc v1.2.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ github.com/go-gost/relay v0.5.0 h1:JG1tgy/KWiVXS0ukuVXvbM0kbYuJTWxYpJ5JwzsCf/c=
github.com/go-gost/relay v0.5.0/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
github.com/go-gost/tls-dissector v0.1.1 h1:2zUOTPzCQAUQ54Rpy0UEi3JPMQSYsIFSeFeKrzmkCoU=
github.com/go-gost/tls-dissector v0.1.1/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
github.com/go-gost/x v0.4.1 h1:ywbJhszCzOnPe+SS3neD8hvqKkUKWQgxc770r+CQRMM=
github.com/go-gost/x v0.4.1/go.mod h1:qXXMvk4QXeuA3qfUM334LwM7/IBn5LkdmFrg5VBQ43c=
github.com/go-gost/x v0.4.2 h1:1634TW6uf3Oqf0p7qHWrix7lME1GzXk4r5zzNUkp9kM=
github.com/go-gost/x v0.4.2/go.mod h1:qXXMvk4QXeuA3qfUM334LwM7/IBn5LkdmFrg5VBQ43c=
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=
Expand Down

0 comments on commit 982a93e

Please sign in to comment.