Skip to content

Commit

Permalink
Merge pull request #12 from umisora/upgrade
Browse files Browse the repository at this point in the history
Change the rate limit model to NewLimiter.
  • Loading branch information
umisora authored Oct 4, 2023
2 parents 9161a89 + b4839b4 commit af8d01d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 519 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.19
require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
github.com/stripe/stripe-go/v72 v72.122.0
golang.org/x/time v0.3.0
)

require (
Expand All @@ -21,8 +22,6 @@ require (

require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg v1.0.0 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -46,11 +45,9 @@ require (
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sync v0.3.0
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20230920204549-e6e6cdab5c13 // indirect
google.golang.org/grpc v1.58.2 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit af8d01d

Please sign in to comment.