diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 14:16:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 14:16:50 -0700 |
| commit | ed7aef6e33d39b7d3b3f54897b850c3b4ea4be2e (patch) | |
| tree | 88cea6a56b3d58e0f110903c235e97352fecfe2d /go.mod | |
| parent | 32c27556035faca1d747ed25761ed87119c2675d (diff) | |
| download | seaweedfs-ed7aef6e33d39b7d3b3f54897b850c3b4ea4be2e.tar.xz seaweedfs-ed7aef6e33d39b7d3b3f54897b850c3b4ea4be2e.zip | |
chore(deps): bump modernc.org/sqlite from 1.29.8 to 1.30.0 (#5642)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.8 to 1.30.0.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.8...v1.30.0)
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -118,10 +118,10 @@ require ( google.golang.org/protobuf v1.34.1 gopkg.in/inf.v0 v0.9.1 // indirect modernc.org/b v1.0.0 // indirect - modernc.org/libc v1.49.3 // indirect + modernc.org/libc v1.50.9 // indirect modernc.org/mathutil v1.6.0 modernc.org/memory v1.8.0 // indirect - modernc.org/sqlite v1.29.8 + modernc.org/sqlite v1.30.0 modernc.org/strutil v1.2.0 modernc.org/token v1.1.0 // indirect ) @@ -259,7 +259,6 @@ require ( github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-runewidth v0.0.15 // indirect - github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/montanaflynn/stats v0.7.0 // indirect |
