Skip to content

Commit

Permalink
Bump golden-retriever for auto-retry on failed clones (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier authored Aug 1, 2024
1 parent 682c566 commit bbcf594
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/alecthomas/assert v1.0.0
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211115101625-aeaa445b4d4f
github.com/anz-bank/decimal v1.0.0
github.com/anz-bank/golden-retriever v0.38.0
github.com/anz-bank/golden-retriever v0.41.0
github.com/anz-bank/mermaid-go v0.1.1
github.com/anz-bank/pkg v0.0.48
github.com/arr-ai/arrai v0.319.0
Expand All @@ -19,7 +19,7 @@ require (
github.com/cornelk/hashmap v1.0.1
github.com/getkin/kin-openapi v0.124.0
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-git/v5 v5.12.0
github.com/go-git/go-git/v5 v5.12.1-0.20240729070005-9debed20a895
github.com/go-openapi/spec v0.20.4
github.com/go-openapi/swag v0.22.8
github.com/golang/protobuf v1.5.3
Expand All @@ -37,7 +37,7 @@ require (
golang.org/x/text v0.16.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.34.2
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)

Expand All @@ -63,7 +63,7 @@ require (
github.com/go-chi/chi v4.1.0+incompatible // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-git/go-billy/v5 v5.5.1-0.20240427054813-8453aa90c6ec // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
Expand All @@ -87,18 +87,18 @@ require (
github.com/richardlehane/msoleps v1.0.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.2.2 // indirect
github.com/skeema/knownhosts v1.3.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/urfave/cli/v2 v2.2.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
github.com/xuri/excelize/v2 v2.4.1 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
44 changes: 22 additions & 22 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified internal/bundles/assets/import_openapi_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/assets/import_proto_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/assets/import_sql_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/assets/transformer_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/exporters/proto/transform.arraiz
Binary file not shown.
Binary file modified internal/bundles/exporters/spanner/transform.arraiz
Binary file not shown.
Binary file modified internal/bundles/importers/jsonschema/transform.arraiz
Binary file not shown.
Binary file modified pkg/plugins/integration_model_plugin.arraiz
Binary file not shown.

0 comments on commit bbcf594

Please sign in to comment.