aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: ef7c087e06a93ca4e3a86387d50d863ef40ae1e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module git.sr.ht/~runxiyu/fbfp

go 1.22

require git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082

require (
	github.com/MicahParks/keyfunc/v3 v3.3.3
	github.com/golang-jwt/jwt/v5 v5.2.1
	github.com/mattn/go-sqlite3 v1.14.22
)

require (
	github.com/MicahParks/jwkset v0.5.18 // indirect
	golang.org/x/time v0.6.0 // indirect
)