Skip to content

Commit

Permalink
REVERTME: rename forked module to avoid using replace directive in go…
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Mar 26, 2024
1 parent a563d53 commit e36c8a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoload/autoload.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package autoload
And bob's your mother's brother
*/

import "github.com/joho/godotenv"
import "github.com/Envek/godotenv"

func init() {
godotenv.Load()
Expand Down
2 changes: 1 addition & 1 deletion cmd/godotenv/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"strings"

"github.com/joho/godotenv"
"github.com/Envek/godotenv"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/joho/godotenv
module github.com/Envek/godotenv

go 1.12

0 comments on commit e36c8a0

Please sign in to comment.