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

chore(deps): Update libsql-client-go to new tursodatabase organization #671

Merged
merged 1 commit into from
Dec 17, 2023
Merged

chore(deps): Update libsql-client-go to new tursodatabase organization #671

merged 1 commit into from
Dec 17, 2023

Conversation

webstradev
Copy link
Contributor

lib-sql-client-go has moved to a new organization.

In a recent commit the module name (and thus the import path) was also updated to the new organization name.

This PR updates the imports from github.com/libsql/libsql-client-go to github.com/tursodatabase/libsql-client-go.

@@ -1,5 +1,5 @@
package main

import (
_ "github.com/libsql/libsql-client-go/libsql"
_ "github.com/tursodatabase/libsql-client-go/libsql"
Copy link
Collaborator

@mfridman mfridman Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume the repository was transferred renamed with the new organization, which is fine, matches up with tursodatabase/libsql-client-go#94

@mfridman mfridman merged commit 52fd411 into pressly:master Dec 17, 2023
9 checks passed
@webstradev webstradev deleted the chore-update-libsql branch December 17, 2023 17:09
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.

2 participants