New Upstream Release - golang-github-euank-go-kmsg-parser

Ready changes

Summary

Merged new upstream version: 2.1.0 (was: 2.0.1).

Resulting package

Built on 2023-01-11T11:17 (took 8m33s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-euank-go-kmsg-parser-dev

Lintian Result

Diff

diff --git a/.travis.yml b/.travis.yml
index 13680d1..80a96de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: go
 go:
-- 1.11
+- 1.15
 
 branches:
   only:
@@ -9,6 +9,5 @@ branches:
 
 
 script:
-- make test-deps
 - make test
 - make
diff --git a/Makefile b/Makefile
index cc71e93..848cb67 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,3 @@ godmesg:
 
 test:
 	go test -v ./...
-
-test-deps:
-	go get github.com/stretchr/testify/assert
diff --git a/cmd/godmesg/main.go b/cmd/godmesg/main.go
index 37adc29..3d2e579 100644
--- a/cmd/godmesg/main.go
+++ b/cmd/godmesg/main.go
@@ -22,7 +22,7 @@ import (
 	"log"
 	"time"
 
-	"github.com/euank/go-kmsg-parser/kmsgparser"
+	"github.com/euank/go-kmsg-parser/v2/kmsgparser"
 )
 
 func main() {
diff --git a/debian/changelog b/debian/changelog
index 0d12fb3..3bfd1cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-euank-go-kmsg-parser (2.1.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 11:10:08 -0000
+
 golang-github-euank-go-kmsg-parser (2.0.1-2) unstable; urgency=medium
 
   * Rebuild for testing migration
diff --git a/go.mod b/go.mod
index ef78274..bf20cd4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,6 @@
-module github.com/euank/go-kmsg-parser
+module github.com/euank/go-kmsg-parser/v2
+
+go 1.14
 
 require (
 	github.com/davecgh/go-spew v1.1.1 // indirect

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details