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.
33 lines
1.2 KiB
33 lines
1.2 KiB
module github.com/akhilrex/podgrab
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/antchfx/xmlquery v1.3.3
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-openapi/spec v0.20.3 // indirect
|
|
github.com/gobeam/stringy v0.0.0-20200717095810-8a3637503f62
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grokify/html-strip-tags-go v0.0.0-20200923094847-079d207a09f1
|
|
github.com/jasonlvhit/gocron v0.0.1
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.4
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
golang.org/x/net v0.0.0-20210222171744-9060382bd457
|
|
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
gorm.io/driver/sqlite v1.1.3
|
|
gorm.io/gorm v1.20.2
|
|
)
|