Skip to content

Commit 75e653c

Browse files
committed
Update THIRD_PARTY_LICENSES tool
1 parent b606eef commit 75e653c

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ bench:
1616
go test -v -bench=. ./...
1717

1818
dep-licenses:
19-
go-licenses save ./ --save_path=THIRD_PARTY_LICENSES
19+
go run github.com/google/go-licenses/v2@latest save ./ --save_path=THIRD_PARTY_LICENSES
2020
build_notice.sh
21-
22-
modernize:
23-
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix=true ./...

THIRD_PARTY_LICENSES/github.com/ringsaturn/tzf/NOTICE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ mongo-driver
1111
License: Apache
1212
"Licensor" shall mean the copyright owner or entity authorized by
1313

14-
exp
15-
License: MIT
16-
Copyright (c) 2009 The Go Authors. All rights reserved.
17-
1814
mapstructure
1915
License: MIT
2016
Copyright (c) 2013 Mitchell Hashimoto
@@ -38,3 +34,7 @@ Copyright (c) 2021 Josh Baker
3834
tzf
3935
License: MIT
4036
Copyright (c) 2022 ringsaturn
37+
38+
maps
39+
License: MIT
40+
Copyright 2009 The Go Authors.

THIRD_PARTY_LICENSES/go.mongodb.org/mongo-driver/LICENSE renamed to THIRD_PARTY_LICENSES/go.mongodb.org/mongo-driver/v2/LICENSE

File renamed without changes.

0 commit comments

Comments
 (0)