From 7a699d22c51d8b1477562a905a54ecc9a8c62206 Mon Sep 17 00:00:00 2001 From: Blazej Sewera Date: Wed, 31 Aug 2022 14:35:29 +0200 Subject: [PATCH] fix(producer): update producer's deps --- producer/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/producer/go.mod b/producer/go.mod index aba3ae2..2f6d40a 100644 --- a/producer/go.mod +++ b/producer/go.mod @@ -3,13 +3,13 @@ module github.com/blazejsewera/notipie/producer go 1.19 require ( - github.com/blazejsewera/notipie/core v0.0.0-unpublished + github.com/blazejsewera/notipie/core v0.1.0 github.com/spf13/cobra v1.4.0 github.com/stretchr/testify v1.7.1 gopkg.in/yaml.v3 v3.0.1 ) -replace github.com/blazejsewera/notipie/core v0.0.0-unpublished => ../core // link local notipie core +replace github.com/blazejsewera/notipie/core v0.1.0 => ../core // link local notipie core require ( github.com/davecgh/go-spew v1.1.1 // indirect