diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-02 23:54:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 23:54:18 -0700 |
| commit | 7265a9c3b74f6d0c97d7b3d334b0e635170a9a88 (patch) | |
| tree | cea9649875feb3235de8945ee6b52d2c71156854 /go.mod | |
| parent | 4217f0dcaf140970576a4a46ef1f79615432fc72 (diff) | |
| download | seaweedfs-7265a9c3b74f6d0c97d7b3d334b0e635170a9a88.tar.xz seaweedfs-7265a9c3b74f6d0c97d7b3d334b0e635170a9a88.zip | |
chore(deps): bump modernc.org/sqlite from 1.37.0 to 1.37.1 (#6831)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.37.0 to 1.37.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.37.0...v1.37.1)
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-version: 1.37.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -101,7 +101,7 @@ require ( gocloud.dev/pubsub/natspubsub v0.41.0 gocloud.dev/pubsub/rabbitpubsub v0.41.0 golang.org/x/crypto v0.38.0 - golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 golang.org/x/image v0.27.0 golang.org/x/net v0.40.0 golang.org/x/oauth2 v0.30.0 // indirect @@ -116,8 +116,8 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect modernc.org/b v1.0.0 // indirect modernc.org/mathutil v1.7.1 - modernc.org/memory v1.9.1 // indirect - modernc.org/sqlite v1.37.0 + modernc.org/memory v1.11.0 // indirect + modernc.org/sqlite v1.37.1 modernc.org/strutil v1.2.1 ) @@ -366,7 +366,7 @@ require ( gopkg.in/validator.v2 v2.0.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - modernc.org/libc v1.62.1 // indirect + modernc.org/libc v1.65.7 // indirect moul.io/http2curl/v2 v2.3.0 // indirect storj.io/common v0.0.0-20240812101423-26b53789c348 // indirect storj.io/drpc v0.0.35-0.20240709171858-0075ac871661 // indirect |
