Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch/dependencies #2923

Merged
merged 25 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
85ed4e5
Bump github.com/go-openapi/strfmt from 0.21.3 to 0.21.7
dependabot[bot] Apr 18, 2023
5b093fe
Bump github.com/go-openapi/runtime from 0.24.2 to 0.26.0
dependabot[bot] May 11, 2023
8861a79
Bump github.com/goreleaser/nfpm/v2 from 2.25.1 to 2.29.0
dependabot[bot] Jun 12, 2023
de7f444
Bump github.com/go-playground/validator/v10 from 10.11.1 to 10.14.1
dependabot[bot] Jun 12, 2023
b27076c
Bump Grpc.Net.Client in /client/DotNet/ArmadaProject.Io.Client
dependabot[bot] Jul 5, 2023
3468a73
fix: upgrade @mui/material from 5.10.17 to 5.13.6
snyk-bot Jul 24, 2023
a0226f8
Merge branch 'master' into snyk-upgrade-ae0267f6f8c6bd64405dee3328fc73fd
Sharpz7 Jul 31, 2023
f3001ba
Merge branch 'master' into snyk-upgrade-ae0267f6f8c6bd64405dee3328fc73fd
Sharpz7 Aug 24, 2023
0ca7ce6
Merge branch 'master' into snyk-upgrade-ae0267f6f8c6bd64405dee3328fc73fd
Mo-Fatah Aug 24, 2023
85a9838
Merge branch 'master' into dependabot/nuget/client/DotNet/ArmadaProje…
Mo-Fatah Aug 25, 2023
44c8b87
fix: upgrade prettier from 2.7.1 to 2.8.8
snyk-bot Aug 26, 2023
e2eb45a
fix: upgrade @mui/icons-material from 5.10.16 to 5.14.3
snyk-bot Aug 26, 2023
39baa3b
fix: upgrade eslint-plugin-import from 2.26.0 to 2.28.0
snyk-bot Aug 26, 2023
26b82c9
fix: upgrade eslint-config-prettier from 8.5.0 to 8.10.0
snyk-bot Aug 26, 2023
c8876a7
Merge remote-tracking branch 'upstream/snyk-upgrade-6fd0e7666107c9ed8…
Sharpz7 Aug 27, 2023
52beca8
Merge remote-tracking branch 'upstream/snyk-upgrade-80e997b548b3703cd…
Sharpz7 Aug 27, 2023
668ac42
Merge remote-tracking branch 'upstream/snyk-upgrade-5825eba1471826098…
Sharpz7 Aug 27, 2023
74561f5
Merge remote-tracking branch 'upstream/dependabot/nuget/client/DotNet…
Sharpz7 Aug 27, 2023
df72d0d
Merge remote-tracking branch 'upstream/dependabot/go_modules/github.c…
Sharpz7 Aug 27, 2023
7f0950a
Merge remote-tracking branch 'upstream/dependabot/go_modules/github.c…
Sharpz7 Aug 27, 2023
8a97422
Merge remote-tracking branch 'upstream/dependabot/go_modules/github.c…
Sharpz7 Aug 27, 2023
7b1f40d
Merge remote-tracking branch 'upstream/dependabot/go_modules/github.c…
Sharpz7 Aug 27, 2023
f9a7a47
Merge remote-tracking branch 'upstream/snyk-upgrade-ae0267f6f8c6bd644…
Sharpz7 Aug 27, 2023
6901f92
Trying to update klog
Sharpz7 Aug 27, 2023
f2e3288
go mod fix
Sharpz7 Aug 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.1" />
<PackageReference Include="Grpc.Tools" Version="2.47.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.47.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
</ItemGroup>

<ItemGroup>
Expand Down
39 changes: 20 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ require (
github.com/go-openapi/analysis v0.21.4
github.com/go-openapi/jsonreference v0.20.2
github.com/go-openapi/loads v0.21.2
github.com/go-openapi/runtime v0.24.2
github.com/go-openapi/spec v0.20.7
github.com/go-openapi/runtime v0.26.0
github.com/go-openapi/spec v0.20.8
github.com/go-redis/redis v6.15.9+incompatible
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
Expand Down Expand Up @@ -50,10 +50,10 @@ require (
github.com/rakyll/statik v0.1.7
github.com/renstrom/shortuuid v3.0.0+incompatible
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.3
github.com/weaveworks/promrus v1.2.0
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
golang.org/x/net v0.9.0
Expand All @@ -75,14 +75,14 @@ require (
)

require (
github.com/Masterminds/semver/v3 v3.2.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/benbjohnson/immutable v0.4.3
github.com/caarlos0/log v0.2.1
github.com/go-openapi/errors v0.20.3
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/strfmt v0.21.7
github.com/go-openapi/swag v0.22.3
github.com/go-openapi/validate v0.22.1
github.com/go-playground/validator/v10 v10.11.1
github.com/go-playground/validator/v10 v10.14.1
github.com/golang/mock v1.6.0
github.com/goreleaser/goreleaser v1.15.2
github.com/jackc/pgx/v5 v5.3.1
Expand All @@ -104,7 +104,7 @@ require (
github.com/DataDog/zstd v1.5.0 // indirect
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/ardielle/ardielle-go v1.5.2 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.4.0 // indirect
Expand All @@ -119,11 +119,12 @@ require (
github.com/fatih/color v1.13.0 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/go-logr/logr v0.4.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
Expand All @@ -132,15 +133,15 @@ require (
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/goreleaser/fileglob v1.3.0 // indirect
github.com/goreleaser/nfpm/v2 v2.25.1 // indirect
github.com/goreleaser/nfpm/v2 v2.29.0 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/jsonschema v0.7.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
Expand All @@ -154,8 +155,8 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/linkedin/goavro/v2 v2.9.8 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
Expand Down Expand Up @@ -187,9 +188,9 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
go.mongodb.org/mongo-driver v1.10.2 // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
Expand All @@ -202,7 +203,7 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.9.0 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
Expand Down