Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Commit ec93252

Browse files
committed
(misc) update dependencies
1 parent 06aa540 commit ec93252

File tree

2 files changed

+133
-3
lines changed

2 files changed

+133
-3
lines changed

go.mod

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/choria-io/go-lifecycle
33
go 1.12
44

55
require (
6-
github.com/choria-io/go-choria v0.0.0-20190626112527-fb70711a169d
7-
github.com/choria-io/go-config v0.0.2-0.20190626111446-bb1475fe483b
6+
github.com/choria-io/go-choria v0.0.0-20190724142302-c64bcae7e32d
7+
github.com/choria-io/go-config v0.0.2
88
github.com/gofrs/uuid v3.2.0+incompatible
99
github.com/golang/mock v1.3.1
1010
github.com/onsi/ginkgo v1.8.0
@@ -13,6 +13,8 @@ require (
1313
github.com/prometheus/client_golang v1.0.0
1414
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
1515
github.com/sirupsen/logrus v1.4.2
16-
github.com/tidwall/gjson v1.2.1
16+
github.com/tidwall/gjson v1.3.2
17+
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
18+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
1719
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1820
)

0 commit comments

Comments
 (0)