oef/go.mod

53 lines
2.4 KiB
Modula-2
Raw Normal View History

2019-11-04 15:00:46 +01:00
module git.andreafazzi.eu/andrea/oef
go 1.13
require (
2020-01-08 09:17:47 +01:00
github.com/BurntSushi/toml v0.3.1
2020-01-15 16:42:35 +01:00
github.com/PuerkitoBio/goquery v1.5.0
2019-11-04 15:00:46 +01:00
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
2020-01-31 12:49:33 +01:00
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
2019-11-04 15:00:46 +01:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2020-01-31 12:49:33 +01:00
github.com/dgryski/go-gk v0.0.0-20140819190930-201884a44051 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/elgs/gojq v0.0.0-20160421194050-81fa9a608a13 // indirect
github.com/elgs/gosplitargs v0.0.0-20161028071935-a491c5eeb3c8 // indirect
2019-11-04 15:00:46 +01:00
github.com/gobwas/glob v0.2.3
github.com/gocarina/gocsv v0.0.0-20190927101021-3ecffd272576
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2019-11-04 15:00:46 +01:00
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/schema v1.1.0
github.com/gorilla/sessions v1.2.0
github.com/influxdata/tdigest v0.0.1 // indirect
2019-11-04 15:00:46 +01:00
github.com/jinzhu/gorm v1.9.11
github.com/jinzhu/inflection v1.0.0
github.com/kr/pretty v0.1.0 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
2023-01-30 05:39:12 +01:00
github.com/microcosm-cc/bluemonday v1.0.22
github.com/monochromegane/terminal v0.0.0-20161222050454-9bc47e2707d9 // indirect
2020-01-31 12:29:28 +01:00
github.com/pkg/profile v1.4.0
github.com/remogatto/prettytest v0.0.0-20200207095010-214e293ba0f8
2019-11-04 15:00:46 +01:00
github.com/robfig/cron v1.2.0
github.com/rs/jplot v0.0.0-20180624024257-9b69b4534805 // indirect
2019-11-04 15:00:46 +01:00
github.com/sethvargo/go-password v0.1.3
2020-02-05 14:39:56 +01:00
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2019-11-18 10:41:22 +01:00
github.com/smartystreets/goconvey v1.6.4 // indirect
2020-01-31 12:49:33 +01:00
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect
2020-02-06 12:46:29 +01:00
github.com/tebeka/selenium v0.9.9
github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3 // indirect
2020-01-31 12:29:28 +01:00
github.com/tsenart/vegeta v12.7.0+incompatible
2019-11-18 10:41:22 +01:00
github.com/urfave/negroni v1.0.0 // indirect
github.com/wcharczuk/go-chart v2.0.1+incompatible // indirect
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d // indirect
golang.org/x/exp/errors v0.0.0-20201229011636-eab1b5eb1a03
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
2020-02-05 14:39:56 +01:00
gopkg.in/russross/blackfriday.v2 v2.0.0
2019-11-04 15:00:46 +01:00
gopkg.in/yaml.v2 v2.2.4
gorm.io/gorm v1.20.11
2019-11-04 15:00:46 +01:00
)