2019-07-31 09:59:57 +00:00
|
|
|
module git.cacert.org/cacert-boardvoting
|
|
|
|
|
2020-04-26 11:16:22 +00:00
|
|
|
go 1.14
|
|
|
|
|
2019-07-31 09:59:57 +00:00
|
|
|
require (
|
|
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
2021-01-09 14:49:19 +00:00
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
2019-07-31 09:59:57 +00:00
|
|
|
github.com/gobuffalo/packr v1.30.1 // indirect
|
2021-01-09 14:49:19 +00:00
|
|
|
github.com/google/uuid v1.1.4 // indirect
|
|
|
|
github.com/gorilla/csrf v1.7.0
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2019-07-31 09:59:57 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2021-01-09 14:49:19 +00:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
|
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2019-07-31 09:59:57 +00:00
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
2021-01-09 14:49:19 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210108172913-0df2131ae363 // indirect
|
2019-07-31 09:59:57 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
|
gopkg.in/gorp.v1 v1.7.2 // indirect
|
2021-01-09 14:49:19 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-07-31 09:59:57 +00:00
|
|
|
)
|