Codebase list golang-github-imdario-mergo / edc8057
Run wrap-and-sort -ta Gbp-Dch: Ignore Shengjing Zhu 3 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
33 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
44 Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
55 Dmitry Smirnov <onlyjob@debian.org>,
6 Tim Potter <tpot@hpe.com>
6 Tim Potter <tpot@hpe.com>,
77 Build-Depends: debhelper-compat (= 12),
88 dh-golang (>= 1.31),
99 golang-any,
10 golang-github-stretchr-testify-dev,
11 golang-gopkg-yaml.v2-dev,
10 golang-github-stretchr-testify-dev,
11 golang-gopkg-yaml.v2-dev,
1212 Standards-Version: 4.5.0
1313 Homepage: https://github.com/imdario/mergo
1414 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo
1919
2020 Package: golang-github-imdario-mergo-dev
2121 Architecture: all
22 Depends: ${misc:Depends},
23 golang-gopkg-yaml.v2-dev,
22 Depends: golang-gopkg-yaml.v2-dev,
23 ${misc:Depends},
2424 Description: Functions to merge structs and maps in Go
2525 Mergo is a set of helper functions to merge structs and maps in
2626 the Go language. It is useful for configuration default values,