Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
fix(producer): update producer's deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sewera committed Aug 31, 2022
1 parent 9dd6a21 commit 7a699d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions producer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a699d2

Please sign in to comment.