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.
17 lines
479 B
17 lines
479 B
5 years ago
|
module github.com/go-rust/im.dev
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
||
|
github.com/gocql/gocql v0.0.0-20200103014340-68f928edb90a
|
||
|
github.com/labstack/echo v3.3.10+incompatible
|
||
|
github.com/labstack/gommon v0.3.0 // indirect
|
||
|
github.com/microcosm-cc/bluemonday v1.0.2
|
||
|
github.com/sony/sonyflake v1.0.0
|
||
|
github.com/spf13/cobra v0.0.5
|
||
|
github.com/valyala/fasttemplate v1.1.0 // indirect
|
||
|
go.uber.org/zap v1.13.0
|
||
|
gopkg.in/yaml.v2 v2.2.7
|
||
|
)
|