Bump version to v0.6.0
Bump maunium.net/go/mautrix from 0.13.0 to 0.14.0 Bumps [maunium.net/go/mautrix](https://github.com/mautrix/go) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/mautrix/go/releases) - [Changelog](https://github.com/mautrix/go/blob/master/CHANGELOG.md) - [Commits](https://github.com/mautrix/go/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: maunium.net/go/mautrix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: David Florness <david@florness.com> Reviewed-by: David Florness <david@florness.com>
Bump gnark from v0.7.1 to v0.8.0 Release: <https://github.com/ConsenSys/gnark/releases/tag/v0.8.0> Signed-off-by: David Florness <david@florness.com>
Switch from github.com/kyoh86/xdg to github.com/adrg/xdg The former was officially deprecated: <https://github.com/kyoh86/xdg/commit/6e325b3eaba4> Note that although the old package was deprecated because it recommends using os.UserXXXDir function from the standard library, as of golang 1.20 there is no standard library function in the os library for the user data dir that we need (XDG_DATA_HOME on unix). Signed-off-by: David Florness <david@florness.com>
Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.6.0 Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.5.4 to 2.6.0. - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md) - [Commits](https://github.com/gdamore/tcell/compare/v2.5.4...v2.6.0) --- updated-dependencies: - dependency-name: github.com/gdamore/tcell/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: David Florness <david@florness.com> Reviewed-by: David Florness <david@florness.com>
Bump golang.org/x/mod from 0.7.0 to 0.8.0 Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/mod/releases) - [Commits](https://github.com/golang/mod/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: David Florness <david@florness.com> Reviewed-by: David Florness <david@florness.com>
Bump golang.org/x/crypto from 0.5.0 to 0.6.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: David Florness <david@florness.com> Reviewed-by: David Florness <david@florness.com>
Bump golang.org/x/net from 0.5.0 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: David Florness <david@florness.com> Reviewed-by: David Florness <david@florness.com>
github: set up dependabot for go modules Signed-off-by: David Florness <david@florness.com>
Bump version to v0.5.0
go.mod: require golang 1.18 mautrix-go has required 1.18 since v0.12.1: <https://github.com/mautrix/go/commit/0da55f725cda> Signed-off-by: David Florness <david@florness.com>
go.mod: bump dependencies I ran the commands below with golang 1.20. gnark-crypto needed to stay at 0.7.0 for compatibility with gnark itself. go get -u -v ./... go mod tidy go get -v github.com/consensys/gnark-crypto@v0.7.0 go mod tidy Signed-off-by: David Florness <david@florness.com>
LICENSE: switch to MPL-2.0 Info: <https://www.mozilla.org/en-US/MPL/> SPDX: <https://spdx.org/licenses/MPL-2.0.html> TLDR: <https://tldrlegal.com/license/mozilla-public-license-2.0-%28mpl-2%29> Text: <https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt> Signed-off-by: David Florness <david@florness.com>
site: better styling for mobile copied from <https://github.com/setetres/evenbettermotherfuckingwebsite/blob/0a0e01016512/index.html#L8-L14>
Don't redact create events These events don't contain anything that could jeopardize voters' ballots
Upgrade mautrix-go from v0.10.11 to v0.12.1
Configure gnark logger to use logs file and fail if log file can't be opened
Upgrade gnark from v0.6.4 to v0.7.1 https://github.com/ConsenSys/gnark/blob/v0.7.1/CHANGELOG.md
Upgrade gnark from v0.5.2 to v0.6.4 gnark v0.6.0 contains many breaking changes https://github.com/ConsenSys/gnark/blob/master/CHANGELOG.md#v060---2022-01-03 The tallyard version is also bumped to v0.5.0 since the SeedPart param in the JoinElection message (xyz.tallyard.join) has been dropped.
Bump version to v0.4.5