Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Mar 21, 2024
1 parent 1aacfe2 commit bcc647d
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 @@ -118,7 +118,7 @@ require (
require (
github.com/bndr/gotabulate v1.1.2
github.com/hashicorp/go-version v1.6.0
github.com/slackhq/vitess-addons v0.0.0-20240321215950-7d24cfb581dd
github.com/slackhq/vitess-addons v0.0.0-20240321220355-8e45e000ffb7
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/sync v0.3.0
golang.org/x/tools/cmd/cover v0.1.0-deprecated
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
github.com/sjmudd/stopwatch v0.0.0-20170613150411-f380bf8a9be1 h1:acClJNSOjUrAUKW+ZneCZymCFDWtSaJG5YQl8FoOlyI=
github.com/sjmudd/stopwatch v0.0.0-20170613150411-f380bf8a9be1/go.mod h1:Pgf1sZ2KrHK8vdRTV5UHGp80LT7HMUKuNAiKC402abY=
github.com/slackhq/vitess-addons v0.0.0-20240321215950-7d24cfb581dd h1:4SYow5q25qAGVvVdFcJYUi9PsX7MkCwe/QZHvrRVwkk=
github.com/slackhq/vitess-addons v0.0.0-20240321215950-7d24cfb581dd/go.mod h1:Xw9hWvoVFxf98ERP1N2tuWOVSP0Fu/EXmCOkF4SDf8I=
github.com/slackhq/vitess-addons v0.0.0-20240321220355-8e45e000ffb7 h1:L5QwBBw/m2zTWRkdsUEvUz8PrR/briegekfByWLk3Ik=
github.com/slackhq/vitess-addons v0.0.0-20240321220355-8e45e000ffb7/go.mod h1:Xw9hWvoVFxf98ERP1N2tuWOVSP0Fu/EXmCOkF4SDf8I=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 h1:Jpy1PXuP99tXNrhbq2BaPz9B+jNAvH1JPQQpG/9GCXY=
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
Expand Down

0 comments on commit bcc647d

Please sign in to comment.