aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: c90ae19c59baae5415c6a117c1c516a871c2c311 (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.6"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 8
    day: 27
  }
}