change module location

This commit is contained in:
p4u1 2023-11-30 10:59:44 +01:00
parent e396573785
commit 01bff82843
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 "github.com/joho/godotenv"
import "git.coopcloud.tech/coop-cloud/godotenv"
func init() {
godotenv.Load()

View File

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

2
go.mod
View File

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