mirror of https://github.com/status-im/fathom.git
list dotenv dependency in do task
This commit is contained in:
parent
6b672c55b4
commit
c9a02c1a65
1
do
1
do
|
@ -9,6 +9,7 @@ install_dependencies() {
|
||||||
go get "github.com/gorilla/handlers"
|
go get "github.com/gorilla/handlers"
|
||||||
go get "github.com/go-sql-driver/mysql"
|
go get "github.com/go-sql-driver/mysql"
|
||||||
go get -u "github.com/mattes/migrate"
|
go get -u "github.com/mattes/migrate"
|
||||||
|
go get "github.com/joho/godotenv"
|
||||||
}
|
}
|
||||||
|
|
||||||
bin() {
|
bin() {
|
||||||
|
|
Loading…
Reference in New Issue