aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 5615722da1e79b431396949475e080046ec63f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.5.7"
  license_type: NOTICE
  last_upgrade_date {
    year: 2022
    month: 3
    day: 29
  }
}