2019-07-31 09:59:57 +00:00
|
|
|
module git.cacert.org/cacert-boardvoting
|
|
|
|
|
2024-06-08 10:46:23 +00:00
|
|
|
go 1.22
|
2020-04-26 11:16:22 +00:00
|
|
|
|
2019-07-31 09:59:57 +00:00
|
|
|
require (
|
2023-05-12 15:37:04 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2021-02-28 17:25:17 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2021-03-14 17:10:51 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
2022-05-09 16:06:11 +00:00
|
|
|
github.com/johejo/golang-migrate-extra v0.0.0-20211005021153-c17dd75f8b4a
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2022-05-09 16:06:11 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/vearutop/statigz v1.4.0
|
|
|
|
golang.org/x/crypto v0.24.0 // indirect
|
2019-07-31 09:59:57 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2022-03-21 11:12:09 +00:00
|
|
|
gopkg.in/mail.v2 v2.3.1
|
2021-01-09 14:49:19 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-07-31 09:59:57 +00:00
|
|
|
)
|
2022-03-21 11:12:09 +00:00
|
|
|
|
2022-05-22 10:23:42 +00:00
|
|
|
require (
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/alexedwards/scs/sqlite3store v0.0.0-20240316134038-7e11d57e8885
|
|
|
|
github.com/alexedwards/scs/v2 v2.8.0
|
|
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
|
|
github.com/go-playground/form/v4 v4.2.1
|
2022-05-26 15:25:25 +00:00
|
|
|
github.com/justinas/nosurf v1.1.1
|
2022-05-29 13:36:27 +00:00
|
|
|
github.com/lestrrat-go/tcputil v0.0.0-20180223003554-d3c7f98154fb
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/stretchr/testify v1.8.3
|
|
|
|
golang.org/x/text v0.16.0
|
2022-05-22 10:23:42 +00:00
|
|
|
)
|
2022-05-15 18:10:49 +00:00
|
|
|
|
2022-03-21 11:12:09 +00:00
|
|
|
require (
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2023-05-12 15:37:04 +00:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
2022-05-15 18:10:49 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-05-09 16:06:11 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2022-05-15 18:10:49 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-06-08 10:46:23 +00:00
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
2023-05-12 15:37:04 +00:00
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-03-21 11:12:09 +00:00
|
|
|
)
|