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.
14 lines
355 B
14 lines
355 B
module github.com/imdotdev/im.dev
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-stack/stack v1.8.0
|
|
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/spf13/cobra v1.1.1
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|