mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 12:56:46 +00:00
Switch to go modules
This commit is contained in:
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user