Codebase list golang-github-imdario-mergo / 1e0edc8
New upstream release + changelog summary Dmitry Smirnov 4 years ago
2 changed file(s) with 14 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 golang-github-imdario-mergo (0.3.8-1) unstable; urgency=medium
1
2 * New upstream reelase
3 * DH to version 12
4 * Standards-Version: 4.4.1
5 * Added myself to Uploaders
6 * Build-Depends += "golang-github-stretchr-testify-dev"
7
8 -- Dmitry Smirnov <onlyjob@debian.org> Mon, 30 Dec 2019 10:27:50 +1100
9
010 golang-github-imdario-mergo (0.3.5-1) unstable; urgency=medium
111
212 * Team upload.
77 Build-Depends: debhelper-compat (= 12),
88 dh-golang (>= 1.31),
99 golang-any,
10 golang-gopkg-yaml.v2-dev
10 golang-github-stretchr-testify-dev,
11 golang-gopkg-yaml.v2-dev,
1112 Standards-Version: 4.4.1
1213 Homepage: https://github.com/imdario/mergo
1314 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo
1819 Package: golang-github-imdario-mergo-dev
1920 Architecture: all
2021 Depends: ${misc:Depends},
21 golang-gopkg-yaml.v2-dev
22 golang-github-stretchr-testify-dev,
23 golang-gopkg-yaml.v2-dev,
2224 Description: Functions to merge structs and maps in Go
2325 Mergo is a set of helper functions to merge structs and maps in
2426 the Go language. It is useful for configuration default values,