mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
215 B
11 lines
215 B
4 years ago
|
module github.com/imdotdev/im.dev
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/go-stack/stack v1.8.0
|
||
|
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
||
|
github.com/spf13/cobra v1.1.1
|
||
|
gopkg.in/yaml.v2 v2.2.8
|
||
|
)
|