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.
|
|
|
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/golang/snappy v0.0.2
|
|
|
|
github.com/gosimple/slug v1.9.0
|
|
|
|
github.com/grafana/grafana v5.4.5+incompatible
|
|
|
|
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.5
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
|
|
github.com/spf13/cobra v1.1.1
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|