moira_db/go.mod
2026-07-06 21:23:56 +02:00

13 lines
343 B
Modula-2

module git.makemore.cloud/mjbow/moira_db
go 1.26.4
require (
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/sessions v1.4.0 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
)