-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de5bbd8
commit 81e5894
Showing
3 changed files
with
129 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
module github.com/in4it/roxprox-ratelimit | ||
|
||
go 1.14 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/coocood/freecache v1.1.1 | ||
github.com/envoyproxy/go-control-plane v0.9.6 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/in4it/roxprox v0.0.0-20200807103511-e7d064f00ce3 | ||
github.com/envoyproxy/go-control-plane v0.10.1 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/in4it/roxprox v0.0.0-20220707110235-478ec6d76dc7 | ||
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e | ||
google.golang.org/grpc v1.30.0 | ||
google.golang.org/grpc v1.39.0 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.38.69 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect | ||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/genproto v0.0.0-20210629200056-84d6f6074151 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.