blob: 5615722da1e79b431396949475e080046ec63f99 [file] [log] [blame]
Sasha Smundak1ea88352020-06-09 10:20:19 -07001name: "go-cmp"
Dan Willemseneabad1f2021-08-27 16:50:05 -07002description: "This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal."
Sasha Smundak1ea88352020-06-09 10:20:19 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/google/go-cmp"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/google/go-cmp.git"
11 }
Dan Willemsen54a4cc72022-03-29 00:12:46 -070012 version: "v0.5.7"
Sasha Smundak1ea88352020-06-09 10:20:19 -070013 license_type: NOTICE
Dan Willemseneabad1f2021-08-27 16:50:05 -070014 last_upgrade_date {
Dan Willemsen54a4cc72022-03-29 00:12:46 -070015 year: 2022
16 month: 3
17 day: 29
Dan Willemseneabad1f2021-08-27 16:50:05 -070018 }
Sasha Smundak1ea88352020-06-09 10:20:19 -070019}