diff options
author | Jan Dittberner <jandd@cacert.org> | 2021-03-14 18:10:51 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2021-03-14 18:10:51 +0100 |
commit | 32f271ca7a5836815dcc4d0997b13f5401aa4562 (patch) | |
tree | aa4b5247f804302a8bbd2854bc8be4f20f9eb623 /go.mod | |
parent | 96797ec4efba7a541c11bd3d015bd4996362c451 (diff) | |
download | cacert-boardvoting-32f271ca7a5836815dcc4d0997b13f5401aa4562.tar.gz cacert-boardvoting-32f271ca7a5836815dcc4d0997b13f5401aa4562.tar.xz cacert-boardvoting-32f271ca7a5836815dcc4d0997b13f5401aa4562.zip |
Remove old assets, improve Makefile
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -10,16 +10,17 @@ require ( 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/magefile/mage v1.11.0 // indirect github.com/mattn/go-sqlite3 v1.14.6 github.com/mitchellh/copystructure v1.1.1 // indirect - github.com/sirupsen/logrus v1.8.0 + github.com/sirupsen/logrus v1.8.1 github.com/vearutop/statigz v1.1.2 - golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect - golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect + 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 // indirect gopkg.in/yaml.v2 v2.4.0 |