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.

23 lines
736 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
4 years ago
github.com/go-redis/redis/v8 v8.8.0
github.com/go-stack/stack v1.8.0
4 years ago
github.com/golang/snappy v0.0.2
4 years ago
github.com/gosimple/slug v1.9.0
4 years ago
github.com/grafana/grafana v5.4.5+incompatible
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
4 years ago
github.com/lithammer/shortuuid/v3 v3.0.5
github.com/mattn/go-sqlite3 v1.14.6
github.com/spf13/cobra v1.1.1
4 years ago
github.com/spf13/pflag v1.0.5
4 years ago
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
4 years ago
gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e // indirect
gopkg.in/redis.v2 v2.3.2
gopkg.in/yaml.v2 v2.3.0
)