-
Notifications
You must be signed in to change notification settings - Fork 37
/
go.mod
36 lines (34 loc) · 1.77 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/lyraproj/lyra
require (
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/google/uuid v1.1.0
github.com/hashicorp/go-getter v0.0.0-20181213035916-be39683deade
github.com/hashicorp/go-hclog v0.9.0
github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104
github.com/hashicorp/terraform v0.11.13 // indirect
github.com/heroku/heroku-go/v5 v5.0.0
github.com/leonelquinteros/gotext v1.4.0
github.com/lyraproj/hiera v0.0.0-20190620131734-532cfd7c2040
github.com/lyraproj/identity v0.0.0-20190620125024-769d4913bd98
github.com/lyraproj/issue v0.0.0-20190606092846-e082d6813d15
github.com/lyraproj/lyra-operator v0.0.0-20190613153414-2ba0aeabcee9
github.com/lyraproj/pcore v0.0.0-20190619162937-645af37a80ad
github.com/lyraproj/puppet-workflow v0.0.0-20190620124902-ad3a420872e3
github.com/lyraproj/servicesdk v0.0.0-20190620124349-11383d404381
github.com/lyraproj/terraform-bridge v0.0.0-20190620131646-4567545a38d4
github.com/lyraproj/wfe v0.0.0-20190620124512-f8ac96e562dc
github.com/lyraproj/yaml-workflow v0.0.0-20190701102709-c47d6184a495
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0 // indirect
github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd // indirect
github.com/spf13/cobra v0.0.4
github.com/stretchr/testify v1.3.0
go.uber.org/zap v1.10.0 // indirect
k8s.io/client-go v10.0.0+incompatible
sigs.k8s.io/controller-runtime v0.1.10
)
replace github.com/google/go-github => github.com/google/go-github v16.0.0+incompatible // terraform-bridge GitHub plugin requires this version