This repository has been archived on 2021-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
git-import/go.mod
John Olheiser 9222b99fd1 QoL (#1)
Update dependencies and add some QoL enhancements

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #1
2020-09-12 19:53:28 +00:00

12 lines
287 B
Modula-2

module go.jolheiser.com/git-import
go 1.12
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/urfave/cli/v2 v2.2.0
go.jolheiser.com/beaver v1.0.2
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
)