blob: 88964e5b5cdf6cf3b8a1b1cd3ed8cafdbff61f98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module git.sr.ht/~runxiyu/tooch/chphoto
go 1.22
require github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2
require (
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
golang.org/x/sys v0.22.0 // indirect
)
|