File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/DarthSim/overmind/v2
3
3
go 1.21
4
4
5
5
require (
6
- github.com/DarthSim /godotenv v1.3 .1
6
+ github.com/joho /godotenv v1.5 .1
7
7
github.com/matoous/go-nanoid v1.5.0
8
8
github.com/sevlyar/go-daemon v0.1.6
9
9
github.com/urfave/cli v1.22.12
@@ -16,3 +16,5 @@ require (
16
16
github.com/russross/blackfriday/v2 v2.1.0 // indirect
17
17
golang.org/x/sys v0.4.0 // indirect
18
18
)
19
+
20
+ replace github.com/joho/godotenv => github.com/Envek/godotenv v0.0.0-20240306122526-83ef30cd3c69
Original file line number Diff line number Diff line change 1
1
github.com/BurntSushi/toml v1.2.1 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
2
- github.com/DarthSim /godotenv v1.3.1 h1:NMWdswlRx2M9uPY4Ux8p/Q/rDs7A97OG89fECiQ/Tz0 =
3
- github.com/DarthSim /godotenv v1.3.1 /go.mod h1:B3ySe1HYTUFFR6+TPyHyxPWjUdh48il0Blebg9p1cCc =
2
+ github.com/Envek /godotenv v0.0.0-20240306122526-83ef30cd3c69 h1:qcFwHMDPqNAmrSJZbXUWPJfNl2X3+Y8AWXLC8x9h6jw =
3
+ github.com/Envek /godotenv v0.0.0-20240306122526-83ef30cd3c69 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
4
4
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
5
5
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
6
6
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 5
5
"path"
6
6
"strings"
7
7
8
- "github.com/DarthSim/godotenv"
9
8
"github.com/DarthSim/overmind/v2/start"
9
+ "github.com/joho/godotenv"
10
10
11
11
"github.com/urfave/cli"
12
12
)
You can’t perform that action at this time.
0 commit comments