1
- From 15a25804e98da3c122082c62d16b2d1ce4374eb9 Mon Sep 17 00:00:00 2001
1
+ From e9a48aadbffbb3002311cc6e947053030ee9ecc5 Mon Sep 17 00:00:00 2001
2
2
From: Brecht Van Lommel <
[email protected] >
3
3
Date: Fri, 10 May 2024 13:28:51 +0200
4
- Subject: [PATCH 01/14 ] BLENDER: Blender ID goth provider
4
+ Subject: [PATCH 01/18 ] BLENDER: Blender ID goth provider
5
5
6
6
Provider authored by Matti Ranta and Arnd Marijnissen.
7
7
---
@@ -25,7 +25,7 @@ Provider authored by Matti Ranta and Arnd Marijnissen.
25
25
create mode 100644 services/auth/source/oauth2/blenderid/session_test.go
26
26
27
27
diff --git a/go.mod b/go.mod
28
- index 422952af9e..98a7954b3c 100644
28
+ index 1ca481e073..086701b536 100644
29
29
--- a/go.mod
30
30
+++ b/go.mod
31
31
@@ -257,6 +257,7 @@ require (
@@ -37,10 +37,10 @@ index 422952af9e..98a7954b3c 100644
37
37
github.com/mschoch/smat v0.2.0 // indirect
38
38
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
39
39
diff --git a/go.sum b/go.sum
40
- index e7f6b7c6d9..4b8b54d3fc 100644
40
+ index ebf40cb628..aed57d8836 100644
41
41
--- a/go.sum
42
42
+++ b/go.sum
43
- @@ -588 ,6 +588 ,9 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
43
+ @@ -589 ,6 +589 ,9 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
44
44
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
45
45
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
46
46
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
@@ -242,7 +242,7 @@ index 0000000000..671e5e4f54
242
242
+ }
243
243
diff --git a/services/auth/source/oauth2/blenderid/blenderid_test.go b/services/auth/source/oauth2/blenderid/blenderid_test.go
244
244
new file mode 100644
245
- index 0000000000..2bf4c443d8
245
+ index 0000000000..283ba0898a
246
246
--- /dev/null
247
247
+++ b/services/auth/source/oauth2/blenderid/blenderid_test.go
248
248
@@ -0,0 +1,70 @@
@@ -510,7 +510,7 @@ index 0000000000..52a2d21745
510
510
+ }
511
511
diff --git a/services/auth/source/oauth2/blenderid/session_test.go b/services/auth/source/oauth2/blenderid/session_test.go
512
512
new file mode 100644
513
- index 0000000000..ab7fb974a5
513
+ index 0000000000..7f5b619873
514
514
--- /dev/null
515
515
+++ b/services/auth/source/oauth2/blenderid/session_test.go
516
516
@@ -0,0 +1,51 @@
@@ -593,5 +593,5 @@ index 65cf538ad7..f6f49ada04 100644
593
593
+ }))
594
594
}
595
595
- -
596
- 2.47.1
596
+ 2.49.0
597
597
0 commit comments