1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: proper parsing of environment variables

This commit is contained in:
Ferdinand Mütsch
2020-04-26 13:55:19 +02:00
parent 7b486b390e
commit 91a4bb2db3
4 changed files with 22 additions and 15 deletions

2
go.mod
View File

@@ -14,8 +14,6 @@ require (
github.com/rs/cors v1.7.0
github.com/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc
github.com/satori/go.uuid v1.2.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/t-tiger/gorm-bulk-insert v0.0.0-20191014134946-beb77b81825f
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/ini.v1 v1.50.0
)