Skip to content

new version #45

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

Merged
merged 1 commit into from
May 2, 2025
Merged

new version #45

merged 1 commit into from
May 2, 2025

Conversation

gammazero
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented May 2, 2025

Suggested version: 0.1.0

Comparing to: v0.0.7 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 45aac83..5c39640 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,16 @@
 module github.com/ipfs/go-fs-lock
 
+go 1.23.8
+
 require (
-	github.com/ipfs/go-ipfs-util v0.0.2
-	github.com/ipfs/go-log/v2 v2.3.0
-	go4.org v0.0.0-20200411211856-f5505b9728dd
-	golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
+	github.com/ipfs/go-log/v2 v2.5.1
+	go4.org v0.0.0-20230225012048-214862532bf5
+	golang.org/x/sys v0.32.0
 )
 
-go 1.15
+require (
+	github.com/mattn/go-isatty v0.0.14 // indirect
+	go.uber.org/atomic v1.7.0 // indirect
+	go.uber.org/multierr v1.6.0 // indirect
+	go.uber.org/zap v1.19.1 // indirect
+)

gorelease says:

# github.com/ipfs/go-fs-lock
## compatible changes
WaitLock: added

# summary
Suggested version: v0.1.0

gocompat says:

HEAD is now at ec9cfca Merge pull request #24 from ipfs/chore/update-log
Previous HEAD position was ec9cfca Merge pull request #24 from ipfs/chore/update-log
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

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 16843c3 into master May 2, 2025
11 checks passed
@gammazero gammazero deleted the new-version branch May 2, 2025 21:42
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