File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/drone-plugins/drone-plugin-lib
3
3
go 1.19
4
4
5
5
require (
6
+ github.com/harness/godotenv/v3 v3.0.1
6
7
github.com/sirupsen/logrus v1.9.0
7
8
github.com/stretchr/testify v1.7.0
8
9
github.com/urfave/cli/v2 v2.23.6
@@ -16,7 +17,7 @@ require (
16
17
17
18
require (
18
19
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
19
- github.com/harness/godotenv/v3 v3 .0.1
20
+ github.com/harness/godotenv/v4 v4 .0.2
20
21
github.com/russross/blackfriday/v2 v2.1.0 // indirect
21
22
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
22
23
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
github.com/harness/godotenv/v3 v3.0.1 h1:7QPEOkpx6SLLrYRRzPBp50d6c0XIxq721iqoFxbz1Bs =
7
7
github.com/harness/godotenv/v3 v3.0.1 /go.mod h1:UIXXJtTM7NkSYMYknHYOO2d8BfDlAWMYZRuRsXcDDR0 =
8
+ github.com/harness/godotenv/v4 v4.0.2 /go.mod h1:qpW/aRsktzrskWfKSHclHlvIp6+DJlmlYZXHQT+HBlE =
8
9
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
9
10
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
10
11
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
You can’t perform that action at this time.
0 commit comments