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.
42 lines
1.7 KiB
42 lines
1.7 KiB
module github.com/imdotdev/im.dev
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
|
github.com/PuerkitoBio/goquery v1.6.1 // indirect
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
|
github.com/aokoli/goutils v1.1.1 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-redis/redis/v8 v8.8.0
|
|
github.com/go-stack/stack v1.8.0
|
|
github.com/golang/snappy v0.0.2
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/grafana/grafana v5.4.5+incompatible
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
|
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
|
|
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
|
|
github.com/lithammer/shortuuid/v3 v3.0.5
|
|
github.com/matcornic/hermes/v2 v2.1.0
|
|
github.com/mattn/go-runewidth v0.0.12 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/mitchellh/copystructure v1.1.1 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/vanng822/go-premailer v1.20.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
|
gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e // indirect
|
|
gopkg.in/redis.v2 v2.3.2
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|