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

Commit 06aa540

Browse files
authored
Merge pull request #40 from ripienaar/misc_deps
(misc) update dependencies
2 parents f2bee07 + ee49ba0 commit 06aa540

File tree

3 files changed

+71
-34
lines changed

3 files changed

+71
-34
lines changed

go.mod

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

55
require (
6-
github.com/choria-io/go-choria v0.0.0-20190527085048-5e7ffa8c90be
7-
github.com/choria-io/go-protocol v1.3.1 // indirect
8-
github.com/choria-io/go-security v0.4.3 // indirect
9-
github.com/ghodss/yaml v1.0.0 // indirect
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
108
github.com/gofrs/uuid v3.2.0+incompatible
11-
github.com/golang/mock v1.1.1
12-
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
13-
github.com/looplab/fsm v0.1.0 // indirect
14-
github.com/nats-io/gnatsd v1.4.1 // indirect
15-
github.com/nats-io/go-nats v1.6.0 // indirect
16-
github.com/nats-io/nuid v0.0.0-20180316223952-28b996b57a46 // indirect
9+
github.com/golang/mock v1.3.1
1710
github.com/onsi/ginkgo v1.8.0
1811
github.com/onsi/gomega v1.5.0
1912
github.com/pkg/errors v0.8.1
2013
github.com/prometheus/client_golang v1.0.0
2114
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
2215
github.com/sirupsen/logrus v1.4.2
2316
github.com/tidwall/gjson v1.2.1
24-
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
25-
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
26-
github.com/xeipuuv/gojsonschema v0.0.0-20181016150526-f3a9dae5b194 // indirect
27-
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
28-
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
2917
gopkg.in/alecthomas/kingpin.v2 v2.2.6
3018
)

0 commit comments

Comments
 (0)