Skip to content
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

new version #215

Merged
merged 1 commit into from
Aug 23, 2024
Merged

new version #215

merged 1 commit into from
Aug 23, 2024

Conversation

gammazero
Copy link
Collaborator

No description provided.

Copy link

Suggested version: 0.8.17

Comparing to: v0.8.16 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index d5b5a7c..91313fc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,18 +1,18 @@
 module github.com/ipni/go-indexer-core
 
-go 1.21
+go 1.22
 
 require (
 	// Note, cockroachdb/pebble has no tagged release. Instead, it uses branches.
 	// The version below is from: https://github.com/cockroachdb/pebble/tree/crl-release-22.1
 	// To update to latest, run: go get github.com/cockroachdb/[email protected]
-	github.com/cockroachdb/pebble v0.0.0-20240506181943-f03e7efeebfd
+	github.com/cockroachdb/pebble v0.0.0-20240822181941-1b4021bcfe22
 	github.com/gammazero/radixtree v0.3.1
 	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/ipfs/go-test v0.0.4
-	github.com/ipni/go-libipni v0.5.22
-	github.com/libp2p/go-libp2p v0.36.1
+	github.com/ipni/go-libipni v0.5.23
+	github.com/libp2p/go-libp2p v0.36.2
 	github.com/mr-tron/base58 v1.2.0
 	github.com/multiformats/go-multihash v0.2.3
 	github.com/multiformats/go-varint v0.0.7
@@ -25,15 +25,16 @@ require (
 	github.com/beorn7/perks v1.0.1 // indirect
 	github.com/cespare/xxhash/v2 v2.3.0 // indirect
 	github.com/cockroachdb/errors v1.11.3 // indirect
+	github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
 	github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
 	github.com/cockroachdb/redact v1.1.5 // indirect
-	github.com/cockroachdb/swiss v0.0.0-20240303172742-c161743eb608 // indirect
+	github.com/cockroachdb/swiss v0.0.0-20240612210725-f4de07ae6964 // indirect
 	github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
 	github.com/davecgh/go-spew v1.1.1 // indirect
 	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
 	github.com/getsentry/sentry-go v0.27.0 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
-	github.com/golang/snappy v0.0.4 // indirect
+	github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
 	github.com/ipfs/go-block-format v0.1.2 // indirect
 	github.com/ipfs/go-ipfs-util v0.0.2 // indirect
 	github.com/klauspost/compress v1.17.9 // indirect
@@ -51,7 +52,7 @@ require (
 	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
 	github.com/pkg/errors v0.9.1 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
-	github.com/prometheus/client_golang v1.19.1 // indirect
+	github.com/prometheus/client_golang v1.20.0 // indirect
 	github.com/prometheus/client_model v0.6.1 // indirect
 	github.com/prometheus/common v0.55.0 // indirect
 	github.com/prometheus/procfs v0.15.1 // indirect
@@ -60,10 +61,10 @@ require (
 	github.com/stretchr/testify v1.9.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0 // indirect
-	golang.org/x/crypto v0.25.0 // indirect
-	golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
-	golang.org/x/sys v0.22.0 // indirect
-	golang.org/x/text v0.16.0 // indirect
+	golang.org/x/crypto v0.26.0 // indirect
+	golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
+	golang.org/x/sys v0.24.0 // indirect
+	golang.org/x/text v0.17.0 // indirect
 	google.golang.org/protobuf v1.34.2 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 )

gorelease says:

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x5e6a2f]

goroutine 82 [running]:
go/types.(*Checker).handleBailout(0xc000175200, 0xc00008fc10)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/check.go:367 +0x88
panic({0x6a6260?, 0x8e1520?})
	/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/panic.go:770 +0x132
go/types.(*StdSizes).Sizeof(0x0, {0x758110, 0x8e49a0})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/sizes.go:228 +0x30f
go/types.(*Config).sizeof(...)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/sizes.go:333
go/types.representableConst.func1({0x758110?, 0x8e49a0?})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/const.go:76 +0x9e
go/types.representableConst({0x759f18, 0x8d9c40}, 0xc000175200, 0x8e49a0, 0xc00008e828)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/const.go:92 +0x192
go/types.(*Checker).representation(0xc000175200, 0xc0006c26c0, 0x8e49a0)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/const.go:256 +0x65
go/types.(*Checker).implicitTypeAndValue(0xc000175200, 0xc0006c26c0, {0x758110, 0x8e49a0})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:375 +0x2d7
go/types.(*Checker).assignment(0xc000175200, 0xc0006c26c0, {0x758110, 0x8e49a0}, {0x6ef2f4, 0x10})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/assignments.go:52 +0x2e5
go/types.(*Checker).initVar(0xc000175200, 0xc0006d25a0, 0xc0006c26c0, {0x6ef2f4, 0x10})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/assignments.go:163 +0x3b2
go/types.(*Checker).initVars(0xc000175200, {0xc000284388, 0x1, 0xc0000e8008?}, {0xc0003bba70, 0xc00046ad98?, 0xd99dd200e37aa53c?}, {0x7595e8, 0xc0000343e0})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/assignments.go:382 +0x638
go/types.(*Checker).stmt(0xc000175200, 0x0, {0x7595e8, 0xc0000343e0})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/stmt.go:524 +0x1fc5
go/types.(*Checker).stmtList(0xc000175200, 0x0, {0xc0003bba80?, 0x0?, 0x0?})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/stmt.go:121 +0x85
go/types.(*Checker).funcBody(0xc000175200, 0x758110?, {0xc0001d5cf4?, 0x8e49a0?}, 0xc0006c2640, 0xc00044cf60, {0x0?, 0x0?})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/stmt.go:41 +0x331
go/types.(*Checker).funcDecl.func1()
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/decl.go:852 +0x3a
go/types.(*Checker).processDelayed(0xc000175200, 0x0)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/check.go:467 +0x162
go/types.(*Checker).checkFiles(0xc000175200, {0xc0003bb9b0, 0x2, 0x2})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/check.go:411 +0x1cc
go/types.(*Checker).Files(...)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/check.go:372
golang.org/x/tools/go/packages.(*loader).loadPackage(0xc0002e6000, 0xc000426d50)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:1037 +0x932
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1()
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:847 +0x1a9
sync.(*Once).doSlow(0x202e676e6979706f?, 0x706f207369207449?)
	/opt/hostedtoolcache/go/1.22.6/x64/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/opt/hostedtoolcache/go/1.22.6/x64/src/sync/once.go:65
golang.org/x/tools/go/packages.(*loader).loadRecursive(0x6920656874207461?, 0x726170207475706e?)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:835 +0x4a
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1.1(0x696669646f6d202f?)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:842 +0x26
created by golang.org/x/tools/go/packages.(*loader).loadRecursive.func1 in goroutine 78
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:841 +0x94

gocompat says:

HEAD is now at 293b8e6 new version (#213)
Previous HEAD position was 293b8e6 new version (#213)
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@gammazero gammazero merged commit 7bb4046 into main Aug 23, 2024
11 checks passed
@gammazero gammazero deleted the new-version branch August 23, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant