aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: e34104a3e53cdb9950ca897928ef50d54135a2f7 (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.9"
  license_type: NOTICE
  last_upgrade_date {
    year: 2022
    month: 11
    day: 30
  }
}