migrate to go modules

This commit is contained in:
TJ Horner
2019-09-16 16:53:59 -04:00
parent 747b5bc021
commit 4f90e489cc
4 changed files with 12 additions and 51 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/tjhorner/e6dl
go 1.12
require (
github.com/dustin/go-humanize v1.0.0
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
)