File tree Expand file tree Collapse file tree 8 files changed +3529
-2781
lines changed
adr/assets/ADR-003/examples
scripts/docker/examples/python/assets/hello_world Expand file tree Collapse file tree 8 files changed +3529
-2781
lines changed Original file line number Diff line number Diff line change 9292 jekyll-seo-tag (~> 2.1 )
9393 minitest (5.24.1 )
9494 mutex_m (0.2.0 )
95- nokogiri (1.18.3 -x86_64-linux-gnu )
95+ nokogiri (1.18.9 -x86_64-linux-gnu )
9696 racc (~> 1.4 )
9797 pathutil (0.16.2 )
9898 forwardable-extended (~> 2.6 )
Original file line number Diff line number Diff line change 11module github-app-get-tokent
22
33go 1.21.0
4- toolchain go1.23.7
4+ toolchain go1.24.1
55
66require (
77 github.com/go-resty/resty/v2 v2.7.0
88 github.com/golang-jwt/jwt v3.2.2+incompatible
99)
1010
11- require golang.org/x/net v0.36 .0 // indirect
11+ require golang.org/x/net v0.38 .0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSM
33github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
44github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
55golang.org/x/net v0.0.0-20211029224645-99673261e6eb /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
6- golang.org/x/net v0.36 .0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA =
7- golang.org/x/net v0.36 .0 /go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I =
6+ golang.org/x/net v0.38 .0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
7+ golang.org/x/net v0.38 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
88golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
99golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
1010golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
Original file line number Diff line number Diff line change 11PyJWT == 2.8.0
2- requests == 2.32.2
2+ requests == 2.32.4
Original file line number Diff line number Diff line change 11{
22 "//" : " PLEASE UPDATE THE NAME APPROPRIATELY." ,
33 "dependencies" : {
4- "esbuild" : " ^0.24 .0"
4+ "esbuild" : " ^0.25 .0"
55 },
66 "devDependencies" : {
77 "@tsconfig/node22" : " ^22.0.2" ,
You can’t perform that action at this time.
0 commit comments