Skip to content

Commit

Permalink
Merge pull request #1 from pushd/fix-vitess-import
Browse files Browse the repository at this point in the history
Fix vitess import
  • Loading branch information
bantonj authored Mar 13, 2023
2 parents dbb05fd + 5f1843b commit 3b9020a
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 5 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module s3-bulk-delete

go 1.14

require (
github.com/aws/aws-sdk-go v1.34.11
github.com/momokatte/go-backoff v0.0.0-20190107054011-7d0f7d2024f9 // indirect
github.com/pushd/go-limiter v0.0.0-20200827180329-dc82dbebc6a7
vitess.io/vitess v0.7.0 // indirect
)
Loading

0 comments on commit 3b9020a

Please sign in to comment.