Infrastructure files for standalone dashboard service. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
292 B
Modula-2
13 lines
292 B
Modula-2
module github.com/1440news/dashboard
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/1440news/shared v0.0.0
|
|
github.com/haileyok/atproto-oauth-golang v0.0.0-20250101000000-000000000000
|
|
github.com/jackc/pgx/v5 v5.7.5
|
|
github.com/lestrrat-go/jwx/v2 v2.1.6
|
|
)
|
|
|
|
replace github.com/1440news/shared => ../shared
|