Skip to content

Commit

Permalink
changed v3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sahithibanda01 committed Apr 4, 2024
1 parent e96e79f commit a97f47b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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/harness/godotenv/v3"

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/harness/godotenv/v3"
)

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

module github.com/harness/godotenv/v3
go 1.12

0 comments on commit a97f47b

Please sign in to comment.