summary refs log tree commit diff
path: root/go.mod
blob: 7476d14d142e37e02e0a5fc99565903dcf0a11ad (plain)
1
2
3
4
5
6
7
8
9
10
module venomade.com/lifesigns

go 1.23.4

require (
	github.com/nicklaw5/helix/v2 v2.31.0
	golang.org/x/oauth2 v0.24.0
)

require github.com/golang-jwt/jwt/v4 v4.5.1 // indirect