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

Commit

Permalink
Merge pull request #41 from ripienaar/misc_deps
Browse files Browse the repository at this point in the history
(misc) update dependencies
  • Loading branch information
ripienaar authored Jul 25, 2019
2 parents 06aa540 + ec93252 commit 6c08556
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/choria-io/go-lifecycle
go 1.12

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

0 comments on commit 6c08556

Please sign in to comment.