File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -508,8 +508,7 @@ unit-test-coverage:
508
508
tidy :
509
509
$(eval MIN_GO_VERSION := $(shell grep -Eo '^go\s+[0-9]+\.[0-9.]+' go.mod | cut -d' ' -f2) )
510
510
$(GO ) mod tidy -compat=$(MIN_GO_VERSION )
511
- # disabled because of issues related to https://github.com/google/go-licenses/issues/128
512
- # @$(MAKE) --no-print-directory $(GO_LICENSE_FILE)
511
+ $(MAKE ) --no-print-directory $(GO_LICENSE_FILE )
513
512
514
513
vendor : go.mod go.sum
515
514
$(GO ) mod vendor
@@ -528,7 +527,7 @@ tidy-check: tidy
528
527
go-licenses : $(GO_LICENSE_FILE )
529
528
530
529
$(GO_LICENSE_FILE ) : go.mod go.sum
531
- -$(GO ) run $(GO_LICENSES_PACKAGE ) save . --force --save_path=$(GO_LICENSE_TMP_DIR )
530
+ -$(GO ) run $(GO_LICENSES_PACKAGE ) save . --force --save_path=$(GO_LICENSE_TMP_DIR ) 2> /dev/null
532
531
$(GO ) run build/generate-go-licenses.go $(GO_LICENSE_TMP_DIR ) $(GO_LICENSE_FILE )
533
532
@rm -rf $(GO_LICENSE_TMP_DIR )
534
533
Original file line number Diff line number Diff line change 1
1
module code.gitea.io/gitea
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.6
3
+ go 1.23.6
6
4
7
5
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
8
6
// But some CAs use negative serial number, just relax the check. related:
@@ -26,7 +24,7 @@ require (
26
24
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
27
25
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1
28
26
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
29
- github.com/ProtonMail/go-crypto v1.1.4
27
+ github.com/ProtonMail/go-crypto v1.1.6
30
28
github.com/PuerkitoBio/goquery v1.10.0
31
29
github.com/SaveTheRbtz/zstd-seekable-format-go/pkg v0.7.3
32
30
github.com/alecthomas/chroma/v2 v2.15.0
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ github.com/Masterminds/sprig/v3 v3.3.0/go.mod h1:Zy1iXRYNqNLUolqCpL4uhk6SHUMAOSC
71
71
github.com/Microsoft/go-winio v0.5.2 /go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY =
72
72
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
73
73
github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
74
- github.com/ProtonMail/go-crypto v1.1.4 h1:G5U5asvD5N/6/36oIw3k2bOfBn5XVcZrb7PBjzzKKoE =
75
- github.com/ProtonMail/go-crypto v1.1.4 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
74
+ github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw =
75
+ github.com/ProtonMail/go-crypto v1.1.6 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
76
76
github.com/PuerkitoBio/goquery v1.10.0 h1:6fiXdLuUvYs2OJSvNRqlNPoBm6YABE226xrbavY5Wv4 =
77
77
github.com/PuerkitoBio/goquery v1.10.0 /go.mod h1:TjZZl68Q3eGHNBA8CWaxAN7rOU1EbDz3CWuolcO5Yu4 =
78
78
github.com/RoaringBitmap/roaring v0.4.23 /go.mod h1:D0gp8kJQgE1A4LQ5wFLggQEyvDi06Mq5mKs52e1TwOo =
You can’t perform that action at this time.
0 commit comments