Skip to content

Commit 98fcce5

Browse files
author
Takumasa Sakao
committedMar 17, 2018
🆙 Use upstream godotenv
1 parent ef59295 commit 98fcce5

File tree

3 files changed

+34
-9
lines changed

3 files changed

+34
-9
lines changed
 

‎Gopkg.lock

+31-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Gopkg.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
name = "github.com/urfave/cli"
77
version = "1.20.0"
88

9-
# NOTE: Use https://github.com/joho/godotenv if https://github.com/joho/godotenv/pull/47 was merged.
109
[[constraint]]
11-
name = "github.com/sachaos/godotenv"
12-
branch = "feature-expand-variables-on-value"
10+
name = "github.com/joho/godotenv"
11+
branch = "master"

‎main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/aws/aws-sdk-go/aws"
1212
"github.com/aws/aws-sdk-go/aws/session"
1313
"github.com/aws/aws-sdk-go/service/s3"
14-
"github.com/sachaos/godotenv"
14+
"github.com/joho/godotenv"
1515
"github.com/urfave/cli"
1616
)
1717

0 commit comments

Comments
 (0)
Please sign in to comment.