File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/google/go-github v17.0.0+incompatible // indirect
1212 github.com/k0kubun/pp v3.0.1+incompatible // indirect
1313 github.com/mitchellh/mapstructure v1.3.3 // indirect
14- github.com/packagrio/go-common v0.0.2
14+ github.com/packagrio/go-common v0.0.5
1515 github.com/seborama/govcr v4.5.0+incompatible // indirect
1616 github.com/spf13/viper v1.7.1
1717 github.com/stretchr/testify v1.6.1
Original file line number Diff line number Diff line change @@ -176,6 +176,10 @@ github.com/packagrio/go-common v0.0.1 h1:ZKtEx6vkiYozQGPRK9MbmkbkuLxhebb58p+W2SB
176176github.com/packagrio/go-common v0.0.1 /go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28 =
177177github.com/packagrio/go-common v0.0.2 h1:aP2iM01AZOBy8V/PoDLONzn5/1G/oz+H9lnwsHQewic =
178178github.com/packagrio/go-common v0.0.2 /go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28 =
179+ github.com/packagrio/go-common v0.0.4 h1:gjSYRvgJinO9DoJUjdXLa19yRIKHQi8F/qgdJ5rlbUI =
180+ github.com/packagrio/go-common v0.0.4 /go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28 =
181+ github.com/packagrio/go-common v0.0.5 h1:kKXwg+Vm6rewn06X2Z4GcZrvfdglUcni68tUimquaG4 =
182+ github.com/packagrio/go-common v0.0.5 /go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28 =
179183github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
180184github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc =
181185github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package version
22
33// VERSION is the app-global version string, which will be replaced with a
44// new value during packaging
5- const VERSION = "0.0.13 "
5+ const VERSION = "0.0.14 "
You can’t perform that action at this time.
0 commit comments