Skip to content

Commit 3396ed0

Browse files
Merge pull request #2 from crydensync/oauth-ai
fix remote release not local module
2 parents 4427f06 + a6c080d commit 3396ed0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/crydensync/api
33
go 1.25.0
44

55
require (
6-
github.com/crydensync/cryden/v2 v2.0.0
6+
github.com/crydensync/cryden/v2 v2.1.0
77
github.com/lib/pq v1.12.3
88
)
99

@@ -12,5 +12,3 @@ require (
1212
github.com/google/uuid v1.6.0 // indirect
1313
golang.org/x/crypto v0.54.0 // indirect
1414
)
15-
16-
replace github.com/crydensync/cryden/v2 => ../cryden

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/crydensync/cryden/v2 v2.1.0 h1:qU35YuSI2g6pQd+b0s0XcQrWuDVTtEyH53ly61C2qtI=
2+
github.com/crydensync/cryden/v2 v2.1.0/go.mod h1:kkLk2779IPHbbj7aBmieH2jZRkwWGzyTmHHWKojAQEQ=
13
github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY=
24
github.com/golang-jwt/jwt/v5 v5.3.1/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
35
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=

0 commit comments

Comments
 (0)