Switch to go modules

This commit is contained in:
2019-01-01 00:22:43 +00:00
parent 8bb4f68fa6
commit ae1d56d26a
67 changed files with 22 additions and 11795 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/jimeh/rbheap
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mailru/easyjson v0.0.0-20180606163543-3fdea8d05856
github.com/spf13/cobra v0.0.0-20180629152535-a114f312e075
github.com/spf13/pflag v1.0.1 // indirect
)