Jan Dittberner
a9290b9717
- update module to go 1.17 level - ran go mod tidy - bump go version in Jenkinsfile - drop github.com/go-mail/mail
37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module git.cacert.org/cacert-boardvoting
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
|
github.com/golang-migrate/migrate/v4 v4.14.2-0.20201125065321-a53e6fc42574
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/gorilla/csrf v1.7.0
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jmoiron/sqlx v1.3.1
|
|
github.com/johejo/golang-migrate-extra v0.0.0-20210217013041-51a992e50d16
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/mitchellh/copystructure v1.1.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/vearutop/statigz v1.1.2
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
|
|
golang.org/x/sys v0.0.0-20210313202042-bd2e13477e9c // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/mail.v2 v2.3.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
|
github.com/andybalholm/brotli v1.0.1 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
)
|