2020-09-28 07:26:16 +00:00
|
|
|
module git.ryanburnette.com/ryanburnette/git-deploy
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-09-28 09:56:51 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-09-28 07:26:16 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
|
|
|
|
golang.org/x/tools v0.0.0-20200925191224-5d1fdd8fa346 // indirect
|
|
|
|
)
|