Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take security patch #414

Merged
merged 21 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/authzed/zed

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / Lint Go

Please run gofumpt. diff --git a/go.mod b/go.mod index aefe179..d825672 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/authzed/zed go 1.22.7 -toolchain go1.22.7 - require ( github.com/99designs/keyring v1.2.2 github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2

go 1.22.4
go 1.22.7

toolchain go1.22.5
toolchain go1.22.7

require (
github.com/99designs/keyring v1.2.2
Expand Down
Loading