Skip to content

Commit

Permalink
build(deps): bump the gomod-dependencies group in /server with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gomod-dependencies group in /server with 3 updates: [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry), [github.com/loopfz/gadgeto](https://github.com/loopfz/gadgeto) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `github.com/google/go-containerregistry` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.19.0...v0.19.1)

Updates `github.com/loopfz/gadgeto` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/loopfz/gadgeto/releases)
- [Commits](loopfz/gadgeto@v0.11.3...v0.11.4)

Updates `modernc.org/sqlite` from 1.29.3 to 1.29.5
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.3...v1.29.5)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
- dependency-name: github.com/loopfz/gadgeto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 5d951de commit 117eca2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 187 deletions.
9 changes: 4 additions & 5 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ require (
github.com/go-co-op/gocron v1.37.0
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
github.com/go-git/go-git/v5 v5.11.0
github.com/google/go-containerregistry v0.19.0
github.com/google/go-containerregistry v0.19.1
github.com/google/go-github/v50 v50.2.0
github.com/gorilla/websocket v1.5.1
github.com/h2non/gock v1.2.0
github.com/jmoiron/sqlx v1.3.5
github.com/juju/errors v1.0.0
github.com/lib/pq v1.10.9
github.com/loopfz/gadgeto v0.11.3
github.com/loopfz/gadgeto v0.11.4
github.com/prometheus/client_golang v1.19.0
github.com/stretchr/testify v1.9.0
github.com/vertex-center/uuid v1.5.1
Expand All @@ -33,7 +33,7 @@ require (
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.7
modernc.org/sqlite v1.29.3
modernc.org/sqlite v1.29.5
)

require (
Expand Down Expand Up @@ -143,15 +143,14 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gotest.tools/v3 v3.4.0 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/vertex-center/vertex => ..
Loading

0 comments on commit 117eca2

Please sign in to comment.