fix: coop-cloud -> toolshed

This commit is contained in:
2025-01-03 18:18:50 +01:00
parent 01bff82843
commit 4d0ca41daa
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ package autoload
And bob's your mother's brother
*/
import "git.coopcloud.tech/coop-cloud/godotenv"
import "git.coopcloud.tech/toolshed/godotenv"
func init() {
godotenv.Load()

View File

@ -7,7 +7,7 @@ import (
"strings"
"git.coopcloud.tech/coop-cloud/godotenv"
"git.coopcloud.tech/toolshed/godotenv"
)
func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module git.coopcloud.tech/coop-cloud/godotenv
module git.coopcloud.tech/toolshed/godotenv
go 1.12