Skip to content

Commit

Permalink
Bump arr-ai/hash to fix compiling with go 1.23 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier authored Aug 27, 2024
1 parent 3be2450 commit 8810201
Show file tree
Hide file tree
Showing 48 changed files with 344 additions and 244 deletions.
6 changes: 3 additions & 3 deletions codegen/arrai/auto/tests/grpc_complex_app_name/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ require (
require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/anz-bank/go-pkcs12 v0.4.0 // indirect
github.com/anz-bank/pkg v0.7.0 // indirect
github.com/arr-ai/frozen v1.6.0 // indirect
github.com/arr-ai/hash v1.0.0 // indirect
github.com/anz-bank/pkg v0.8.0 // indirect
github.com/arr-ai/frozen v1.7.0 // indirect
github.com/arr-ai/hash v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand Down
12 changes: 6 additions & 6 deletions codegen/arrai/auto/tests/grpc_complex_app_name/go.sum

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

6 changes: 3 additions & 3 deletions codegen/arrai/auto/tests/grpc_custom_dial_options/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ require (
require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/anz-bank/go-pkcs12 v0.4.0 // indirect
github.com/anz-bank/pkg v0.7.0 // indirect
github.com/arr-ai/frozen v1.6.0 // indirect
github.com/arr-ai/hash v1.0.0 // indirect
github.com/anz-bank/pkg v0.8.0 // indirect
github.com/arr-ai/frozen v1.7.0 // indirect
github.com/arr-ai/hash v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand Down
12 changes: 6 additions & 6 deletions codegen/arrai/auto/tests/grpc_custom_dial_options/go.sum

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

6 changes: 3 additions & 3 deletions codegen/arrai/auto/tests/grpc_custom_server_options/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ require (
require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/anz-bank/go-pkcs12 v0.4.0 // indirect
github.com/anz-bank/pkg v0.7.0 // indirect
github.com/arr-ai/frozen v1.6.0 // indirect
github.com/arr-ai/hash v1.0.0 // indirect
github.com/anz-bank/pkg v0.8.0 // indirect
github.com/arr-ai/frozen v1.7.0 // indirect
github.com/arr-ai/hash v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand Down
12 changes: 6 additions & 6 deletions codegen/arrai/auto/tests/grpc_custom_server_options/go.sum

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

6 changes: 3 additions & 3 deletions codegen/arrai/auto/tests/grpc_jwt_authorization/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ require (
require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/anz-bank/go-pkcs12 v0.4.0 // indirect
github.com/anz-bank/pkg v0.7.0 // indirect
github.com/arr-ai/frozen v1.6.0 // indirect
github.com/arr-ai/hash v1.0.0 // indirect
github.com/anz-bank/pkg v0.8.0 // indirect
github.com/arr-ai/frozen v1.7.0 // indirect
github.com/arr-ai/hash v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand Down
12 changes: 6 additions & 6 deletions codegen/arrai/auto/tests/grpc_jwt_authorization/go.sum

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

7 changes: 4 additions & 3 deletions codegen/arrai/auto/tests/grpc_reflection/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ require (
require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/anz-bank/go-pkcs12 v0.4.0 // indirect
github.com/anz-bank/pkg v0.7.0 // indirect
github.com/arr-ai/frozen v1.6.0 // indirect
github.com/arr-ai/hash v1.0.0 // indirect
github.com/anz-bank/pkg v0.8.0 // indirect
github.com/arr-ai/frozen v1.7.0 // indirect
github.com/arr-ai/hash v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand All @@ -33,6 +33,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
Expand Down
16 changes: 10 additions & 6 deletions codegen/arrai/auto/tests/grpc_reflection/go.sum

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

9 changes: 5 additions & 4 deletions codegen/arrai/auto/tests/rest_admin_server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,32 @@ replace github.com/anz-bank/sysl-go => ../../../../..

require (
github.com/anz-bank/sysl-go v0.189.0
github.com/go-chi/chi/v5 v5.0.14
github.com/sethvargo/go-retry v0.1.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/anz-bank/go-pkcs12 v0.4.0 // indirect
github.com/anz-bank/pkg v0.7.0 // indirect
github.com/arr-ai/frozen v1.6.0 // indirect
github.com/arr-ai/hash v1.0.0 // indirect
github.com/anz-bank/pkg v0.8.0 // indirect
github.com/arr-ai/frozen v1.7.0 // indirect
github.com/arr-ai/hash v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/go-chi/chi/v5 v5.0.14 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
Expand Down
16 changes: 10 additions & 6 deletions codegen/arrai/auto/tests/rest_admin_server/go.sum

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

9 changes: 5 additions & 4 deletions codegen/arrai/auto/tests/rest_custom_middleware/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,32 @@ replace github.com/anz-bank/sysl-go => ../../../../..

require (
github.com/anz-bank/sysl-go v0.189.0
github.com/go-chi/chi/v5 v5.0.14
github.com/sethvargo/go-retry v0.1.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/anz-bank/go-pkcs12 v0.4.0 // indirect
github.com/anz-bank/pkg v0.7.0 // indirect
github.com/arr-ai/frozen v1.6.0 // indirect
github.com/arr-ai/hash v1.0.0 // indirect
github.com/anz-bank/pkg v0.8.0 // indirect
github.com/arr-ai/frozen v1.7.0 // indirect
github.com/arr-ai/hash v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/go-chi/chi/v5 v5.0.14 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
Expand Down
Loading

0 comments on commit 8810201

Please sign in to comment.