Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

release v0.4.0 #107

Merged
merged 1 commit into from
Apr 19, 2022
Merged

release v0.4.0 #107

merged 1 commit into from
Apr 19, 2022

Conversation

marten-seemann
Copy link
Contributor

Bye bye. This will be the last release.

@github-actions
Copy link

Suggested version: v0.4.0
Comparing to: v0.3.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 034641e..3761c01 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,44 @@
 module github.com/libp2p/go-libp2p-connmgr
 
-go 1.16
+go 1.17
 
 require (
-	github.com/benbjohnson/clock v1.0.2
+	github.com/libp2p/go-libp2p v0.18.0
+	github.com/libp2p/go-libp2p-core v0.14.0
+)
+
+require (
+	github.com/benbjohnson/clock v1.1.0 // indirect
+	github.com/btcsuite/btcd v0.22.0-beta // indirect
+	github.com/containerd/cgroups v0.0.0-20201119153540-4cbc285b3327 // indirect
+	github.com/coreos/go-systemd/v22 v22.1.0 // indirect
+	github.com/docker/go-units v0.4.0 // indirect
+	github.com/elastic/gosigar v0.12.0 // indirect
+	github.com/godbus/dbus/v5 v5.0.3 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
-	github.com/ipfs/go-log/v2 v2.4.0
-	github.com/libp2p/go-libp2p-core v0.13.0
-	github.com/multiformats/go-multiaddr v0.2.2
-	github.com/raulk/go-watchdog v1.2.0
-	github.com/stretchr/testify v1.7.0
+	github.com/ipfs/go-cid v0.0.7 // indirect
+	github.com/ipfs/go-log/v2 v2.5.0 // indirect
+	github.com/klauspost/cpuid/v2 v2.0.9 // indirect
+	github.com/libp2p/go-buffer-pool v0.0.2 // indirect
+	github.com/libp2p/go-openssl v0.0.7 // indirect
+	github.com/mattn/go-isatty v0.0.14 // indirect
+	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
+	github.com/minio/sha256-simd v1.0.0 // indirect
+	github.com/mr-tron/base58 v1.2.0 // indirect
+	github.com/multiformats/go-base32 v0.0.3 // indirect
+	github.com/multiformats/go-base36 v0.1.0 // indirect
+	github.com/multiformats/go-multiaddr v0.5.0 // indirect
+	github.com/multiformats/go-multibase v0.0.3 // indirect
+	github.com/multiformats/go-multihash v0.0.15 // indirect
+	github.com/multiformats/go-varint v0.0.6 // indirect
+	github.com/opencontainers/runtime-spec v1.0.2 // indirect
+	github.com/pkg/errors v0.9.1 // indirect
+	github.com/raulk/clock v1.1.0 // indirect
+	github.com/raulk/go-watchdog v1.2.0 // indirect
+	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
+	go.uber.org/atomic v1.9.0 // indirect
+	go.uber.org/multierr v1.7.0 // indirect
+	go.uber.org/zap v1.19.1 // indirect
+	golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
+	golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
 )

gorelease says:

# github.com/libp2p/go-libp2p-connmgr
## incompatible changes
CMInfo: removed
DefaultResolution: removed
NewDecayer: changed from func(*DecayerCfg, *BasicConnMgr) (*decayer, error) to func(*github.com/libp2p/go-libp2p/p2p/net/connmgr.DecayerCfg, *github.com/libp2p/go-libp2p/p2p/net/connmgr.BasicConnMgr) (github.com/libp2p/go-libp2p-core/connmgr.Decayer, error)

# summary
Suggested version: v0.4.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit 68fbfa6 into master Apr 19, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant