Skip to content

Commit

Permalink
chore(deps): bump minor versions of several go mod dependencies (#1255)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent <[email protected]>
  • Loading branch information
krancour authored Dec 9, 2023
1 parent f0adb02 commit e8a43bb
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 79 deletions.
57 changes: 27 additions & 30 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,40 @@ module github.com/akuity/kargo
go 1.20

require (
connectrpc.com/connect v1.11.0
connectrpc.com/grpchealth v1.2.0
connectrpc.com/connect v1.12.0
connectrpc.com/grpchealth v1.3.0
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/Masterminds/semver v1.5.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/adrg/xdg v0.4.0
github.com/bacongobbler/browser v1.1.0
github.com/coreos/go-oidc/v3 v3.6.0
github.com/evanphx/json-patch/v5 v5.6.0
github.com/coreos/go-oidc/v3 v3.8.0
github.com/distribution/distribution/v3 v3.0.0-20230722181636-7b502560cad4
github.com/evanphx/json-patch/v5 v5.7.0
github.com/gobwas/glob v0.2.3
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/uuid v1.3.1
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/uuid v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/oklog/ulid/v2 v2.1.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc5
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/samber/mo v1.8.0
github.com/rs/cors v1.10.1
github.com/samber/mo v1.11.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.14.0
github.com/technosophos/moniker v0.0.0-20210218184952-3ea787d3943b
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
go.uber.org/ratelimit v0.3.0
golang.org/x/crypto v0.16.0
golang.org/x/exp v0.0.0-20230807204917-050eac23e9de
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.13.0
google.golang.org/grpc v1.58.3
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.15.0
golang.org/x/sync v0.5.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v1.22.4
Expand All @@ -42,19 +52,6 @@ require (
sigs.k8s.io/yaml v1.3.0
)

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/distribution/distribution/v3 v3.0.0-20230722181636-7b502560cad4
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc5
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rs/cors v1.8.0
github.com/technosophos/moniker v0.0.0-20210218184952-3ea787d3943b
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
go.uber.org/ratelimit v0.3.0
golang.org/x/sync v0.3.0
)

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Expand Down Expand Up @@ -135,13 +132,13 @@ require (
go.opentelemetry.io/otel/trace v1.16.0 // indirect
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd // indirect
go.uber.org/goleak v1.2.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/apiextensions-apiserver v0.25.0 // indirect
Expand Down
Loading

0 comments on commit e8a43bb

Please sign in to comment.