Merged
Conversation
Contributor
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index ed51c6a..c9d2ec6 100644
--- a/go.mod
+++ b/go.mod
@@ -60,6 +60,7 @@ require (
github.com/raulk/clock v1.1.0
github.com/samber/lo v1.39.0
github.com/schollz/progressbar/v3 v3.18.0
+ github.com/shirou/gopsutil/v4 v4.25.6
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.21.0
github.com/storacha/delegator v0.0.2-0.20251027182137-7d26b5ae9a70
@@ -88,6 +89,7 @@ require (
golang.org/x/sync v0.16.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
gorm.io/datatypes v1.2.5
+ gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.26.1
modernc.org/sqlite v1.23.1
)
@@ -222,6 +224,7 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/minio/crc64nvme v1.0.1 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
@@ -270,7 +273,6 @@ require (
github.com/rs/xid v1.6.0 // indirect
github.com/sagikazarmark/locafero v0.11.0 // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
- github.com/shirou/gopsutil/v4 v4.25.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -316,7 +318,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/mysql v1.5.6 // indirect
gorm.io/driver/postgres v1.5.7 // indirect
- gorm.io/driver/sqlite v1.5.7 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
modernc.org/libc v1.22.5 // indirect
modernc.org/mathutil v1.5.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...we don't talk about 0.2.0