Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump the go-everything group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the go-everything group with 4 updates: [github.com/deepmap/oapi-codegen/v2](https://github.com/deepmap/oapi-codegen), [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), [go.6river.tech/gosix](https://github.com/6RiverSystems/gosix) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/deepmap/oapi-codegen/v2` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/deepmap/oapi-codegen/releases)
- [Commits](oapi-codegen/oapi-codegen@v2.0.0...v2.1.0)

Updates `github.com/mattn/go-sqlite3` from 1.14.19 to 1.14.20
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.19...v1.14.20)

Updates `go.6river.tech/gosix` from 0.10.36 to 0.10.38
- [Release notes](https://github.com/6RiverSystems/gosix/releases)
- [Commits](6RiverSystems/gosix@v0.10.36...v0.10.38)

Updates `google.golang.org/api` from 0.159.0 to 0.161.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.159.0...v0.161.0)

---
updated-dependencies:
- dependency-name: github.com/deepmap/oapi-codegen/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-everything
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-everything
- dependency-name: go.6river.tech/gosix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-everything
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-everything
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mgabeler-lee-6rs committed Jan 30, 2024
1 parent e5ca1a2 commit 2e54818
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 60 deletions.
38 changes: 19 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@ go 1.20

require (
entgo.io/ent v0.12.5
github.com/deepmap/oapi-codegen/v2 v2.0.0
github.com/getkin/kin-openapi v0.120.0
github.com/deepmap/oapi-codegen/v2 v2.1.0
github.com/getkin/kin-openapi v0.123.0
github.com/gin-gonic/gin v1.9.1
github.com/golangci/golangci-lint v1.55.2
github.com/google/addlicense v1.1.1
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.5.2
github.com/magefile/mage v1.15.0
github.com/mattn/go-sqlite3 v1.14.19
github.com/mattn/go-sqlite3 v1.14.20
github.com/oapi-codegen/runtime v1.1.1
github.com/olekukonko/tablewriter v0.0.6-0.20230422125635-f6b4e4ae60d8
github.com/ory/dockertest/v3 v3.10.0
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/stretchr/testify v1.8.5-0.20231109004427-db8608ed63f5
go.6river.tech/gosix v0.10.36
go.6river.tech/gosix v0.10.38
golang.org/x/sync v0.6.0
golang.org/x/tools v0.17.0
golang.org/x/vuln v1.0.3
google.golang.org/api v0.157.0
google.golang.org/grpc v1.60.1
google.golang.org/api v0.161.0
google.golang.org/grpc v1.61.0
gotest.tools/gotestsum v1.11.0
modernc.org/sqlite v1.28.0
mvdan.cc/gofumpt v0.5.0
mvdan.cc/gofumpt v0.6.0
)

require (
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
4d63.com/gochecknoglobals v0.2.1 // indirect
ariga.io/atlas v0.15.0 // indirect
cloud.google.com/go v0.111.0 // indirect
cloud.google.com/go v0.112.0 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
cloud.google.com/go/pubsub v1.34.0 // indirect
cloud.google.com/go/pubsub v1.36.0 // indirect
github.com/4meepo/tagalign v1.3.3 // indirect
github.com/Abirdcfly/dupword v0.0.13 // indirect
github.com/Antonboom/errname v0.1.12 // indirect
Expand Down Expand Up @@ -108,11 +108,11 @@ require (
github.com/gin-contrib/logger v0.3.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-critic/go-critic v0.9.0 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/swag v0.22.8 // 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.16.0 // indirect
Expand Down Expand Up @@ -276,11 +276,11 @@ require (
gitlab.com/bosi/decorder v0.4.1 // indirect
go-simpler.org/sloglint v0.3.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
go.opentelemetry.io/otel/metric v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.21.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
go.opentelemetry.io/otel v1.22.0 // indirect
go.opentelemetry.io/otel/metric v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.22.0 // indirect
go.tmz.dev/musttag v0.7.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
Expand All @@ -296,8 +296,8 @@ require (
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240122161410-6c6643bf1457 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit 2e54818

Please sign in to comment.