Skip to content
Open
Changes from all commits
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
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cognitive-neuroscience/neuron

go 1.18
go 1.24.0

Check failure on line 3 in go.mod

View workflow job for this annotation

GitHub Actions / Build

invalid go version '1.24.0': must match format 1.23

require (
github.com/casbin/casbin/v2 v2.57.1
Expand All @@ -11,7 +11,7 @@
github.com/labstack/echo/v4 v4.9.1
github.com/labstack/gommon v0.4.0
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
golang.org/x/crypto v0.21.0
golang.org/x/crypto v0.45.0
)

require (
Expand All @@ -24,8 +24,8 @@
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/time v0.2.0 // indirect
)
Loading