2020-03-27 23:02:36 +00:00
|
|
|
module git.eeqj.de/sneak/feta
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dn365/gin-zerolog v0.0.0-20171227063204-b43714b00db1
|
|
|
|
github.com/gin-gonic/gin v1.6.2
|
|
|
|
github.com/google/uuid v1.1.1
|
2020-03-28 03:18:55 +00:00
|
|
|
github.com/grokify/html-strip-tags-go v0.0.0-20200322061010-ea0c1cf2f119
|
2020-03-27 23:02:36 +00:00
|
|
|
github.com/jinzhu/gorm v1.9.12
|
|
|
|
github.com/k0kubun/pp v3.0.1+incompatible
|
|
|
|
github.com/looplab/fsm v0.1.0
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12
|
|
|
|
github.com/multiformats/go-multihash v0.0.13
|
|
|
|
github.com/rs/zerolog v1.18.0
|
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
|
|
)
|