aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 58d714f193e7c35910d13b37b6def5e63557ca89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "go-cmp"
description:
    "This package is intended to be a more powerful and safer alternative to "
    "reflect.DeepEqual for comparing whether two values are semantically equal."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/google/go-cmp"
  }
  url {
    type: GIT
    value: "https://github.com/google/go-cmp.git"
  }
  version: "v0.4.1"
  last_upgrade_date { year: 2020 month: 5 day: 14 }
  license_type: NOTICE
}