ipfs / go-ds-pebble

A datastore implementation backed by https://github.com/cockroachdb/pebble (experimental)
Other
9 stars 9 forks source link

Release v0.1.0 #15

Closed hsanjuan closed 2 years ago

github-actions[bot] commented 2 years ago

Suggested version: v0.1.0 Comparing to: v0.0.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 7444bda..c386bb4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,36 @@
-module github.com/ipfs/go-pebble-ds
+module github.com/ipfs/go-ds-pebble

-go 1.14
+go 1.19

 require (
-   github.com/cockroachdb/pebble v0.0.0-20200916222308-4e219a90ba5b
-   github.com/ipfs/go-datastore v0.4.5
+   github.com/cockroachdb/pebble v0.0.0-20221122204154-936e011bb911
+   github.com/ipfs/go-datastore v0.6.0
    github.com/jbenet/goprocess v0.1.4
 )
+
+require (
+   github.com/DataDog/zstd v1.4.5 // indirect
+   github.com/beorn7/perks v1.0.1 // indirect
+   github.com/cespare/xxhash/v2 v2.1.2 // indirect
+   github.com/cockroachdb/errors v1.8.1 // indirect
+   github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
+   github.com/cockroachdb/redact v1.0.8 // indirect
+   github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 // indirect
+   github.com/gogo/protobuf v1.3.2 // indirect
+   github.com/golang/protobuf v1.5.2 // indirect
+   github.com/golang/snappy v0.0.4 // indirect
+   github.com/google/uuid v1.1.1 // indirect
+   github.com/ipfs/go-detect-race v0.0.1 // indirect
+   github.com/klauspost/compress v1.11.13 // indirect
+   github.com/kr/pretty v0.2.1 // indirect
+   github.com/kr/text v0.2.0 // indirect
+   github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
+   github.com/pkg/errors v0.9.1 // indirect
+   github.com/prometheus/client_golang v1.12.0 // indirect
+   github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
+   github.com/prometheus/common v0.32.1 // indirect
+   github.com/prometheus/procfs v0.7.3 // indirect
+   golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
+   golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
+   google.golang.org/protobuf v1.27.1 // indirect
+)

gorelease says:

gorelease: preparing to load packages for github.com/ipfs/go-pebble-ds@v0.0.1: looking for missing dependencies: go: github.com/ipfs/go-pebble-ds@v0.0.1: reading github.com/ipfs/go-pebble-ds/go.mod at revision v0.0.1: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/c1bd54afc6526c01936d47bcac8cbc7106e3fb847e11e259f814ddead71d3d16: exit status 128:
    fatal: could not read Username for https://github.com: terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.

gocompat says:

(empty)