-
Notifications
You must be signed in to change notification settings - Fork 17
Bump sei-db to 0.0.56 #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 522fc2b..7ec23cb 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,6 @@ require (
go.opentelemetry.io/otel v1.38.0
go.opentelemetry.io/otel/metric v1.38.0
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
- modernc.org/sqlite v1.26.0
)
require (
@@ -50,17 +49,14 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/flatbuffers v1.12.1 // indirect
- github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
- github.com/mattn/go-isatty v0.0.19 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/gomega v1.20.0 // indirect
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
@@ -70,7 +66,6 @@ require (
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.65.0 // indirect
github.com/prometheus/procfs v0.17.0 // indirect
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
@@ -83,22 +78,10 @@ require (
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/trace v1.38.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
- golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.40.0 // indirect
- golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.35.0 // indirect
- golang.org/x/tools v0.22.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- lukechampine.com/uint128 v1.2.0 // indirect
- modernc.org/cc/v3 v3.40.0 // indirect
- modernc.org/ccgo/v3 v3.16.13 // indirect
- modernc.org/libc v1.24.1 // indirect
- modernc.org/mathutil v1.5.0 // indirect
- modernc.org/memory v1.6.0 // indirect
- modernc.org/opt v0.1.3 // indirect
- modernc.org/strutil v1.1.3 // indirect
- modernc.org/token v1.0.1 // indirect
)
replace (
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (40.74%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
==========================================
+ Coverage 40.72% 40.74% +0.02%
==========================================
Files 59 59
Lines 7534 7534
==========================================
+ Hits 3068 3070 +2
+ Misses 4121 4119 -2
Partials 345 345 🚀 New features to boost your workflow:
|
Describe your changes and provide context
Testing performed to validate your change