From f05e520183e2eb304198b982741d4b3f03268f72 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 19 Jun 2021 12:31:11 -0700 Subject: [PATCH] update the publishr version. --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0554f00..d4ea379 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/golang/mock v1.4.4 github.com/kvz/logstreamer v0.0.0-20201023134116-02d20f4338f5 // indirect github.com/mitchellh/mapstructure v1.3.3 // indirect - github.com/packagrio/go-common v0.0.3 + github.com/packagrio/go-common v0.0.4 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 github.com/urfave/cli v1.22.5 diff --git a/go.sum b/go.sum index 4712811..71f8d03 100644 --- a/go.sum +++ b/go.sum @@ -157,6 +157,8 @@ github.com/packagrio/go-common v0.0.2 h1:aP2iM01AZOBy8V/PoDLONzn5/1G/oz+H9lnwsHQ github.com/packagrio/go-common v0.0.2/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28= github.com/packagrio/go-common v0.0.3 h1:g34Xf88WRRGxHT8t1cCRfaDdUgEcxqNpYIm0a1HD6yE= github.com/packagrio/go-common v0.0.3/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28= +github.com/packagrio/go-common v0.0.4 h1:gjSYRvgJinO9DoJUjdXLa19yRIKHQi8F/qgdJ5rlbUI= +github.com/packagrio/go-common v0.0.4/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=