mirror of https://github.com/pulumi/pulumi.git
73 lines
3.3 KiB
Modula-2
73 lines
3.3 KiB
Modula-2
module github.com/pulumi/pulumi
|
|
|
|
replace github.com/glog/glog => github.com/pulumi/glog v0.0.0-20180820174630-7eaa6ffb71e4
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
|
|
github.com/Nvveen/Gotty v0.0.0-20170406111628-a8b993ba6abd
|
|
github.com/Sirupsen/logrus v1.0.5
|
|
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7
|
|
github.com/aws/aws-sdk-go v1.12.26
|
|
github.com/bgentry/speakeasy v0.1.0
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/cheggaaa/pb v1.0.18
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
|
|
github.com/cpuguy83/go-md2man v1.0.8
|
|
github.com/davecgh/go-spew v1.1.0
|
|
github.com/djherbis/times v1.0.1
|
|
github.com/docker/docker v1.13.1
|
|
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
|
|
github.com/go-ini/ini v1.31.0
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/protobuf v1.1.0
|
|
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
|
|
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
|
|
github.com/gorilla/mux v1.6.1
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20171105060200-01f8541d5372
|
|
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce
|
|
github.com/hashicorp/go-multierror v0.0.0-20170622060955-83588e72410a
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
|
|
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
|
|
github.com/kevinburke/ssh_config v0.0.0-20170525151105-fa48d7ff1cfb
|
|
github.com/mattn/go-colorable v0.0.9
|
|
github.com/mattn/go-isatty v0.0.3
|
|
github.com/mattn/go-runewidth v0.0.2
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
|
|
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
|
|
github.com/mitchellh/reflectwalk v1.0.0
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
|
|
github.com/opentracing/opentracing-go v1.0.2
|
|
github.com/pelletier/go-buffruneio v0.2.0
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/reconquest/loreley v0.0.0-20160708080500-2ab6b7470a54
|
|
github.com/russross/blackfriday v1.5.1
|
|
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sergi/go-diff v0.0.0-20171104090301-2fc9cd33b5f8
|
|
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
|
|
github.com/spf13/cast v1.2.0
|
|
github.com/spf13/cobra v0.0.0-20171108104754-f63432717259
|
|
github.com/spf13/pflag v1.0.0
|
|
github.com/src-d/gcfg v1.3.0
|
|
github.com/stretchr/testify v1.1.4
|
|
github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e
|
|
github.com/uber/jaeger-client-go v2.9.0+incompatible
|
|
github.com/uber/jaeger-lib v1.1.0
|
|
github.com/xanzy/ssh-agent v0.2.0
|
|
golang.org/x/crypto v0.0.0-20171108091819-6a293f2d4b14
|
|
golang.org/x/net v0.0.0-20171107184841-a337091b0525
|
|
golang.org/x/sys v0.0.0-20171109001538-4b45465282a4
|
|
golang.org/x/text v0.0.0-20171102192421-88f656faf3f3
|
|
google.golang.org/genproto v0.0.0-20171103030625-11c7f9e547da
|
|
google.golang.org/grpc v1.11.3
|
|
gopkg.in/AlecAivazis/survey.v1 v1.4.1
|
|
gopkg.in/src-d/go-billy.v4 v4.0.2
|
|
gopkg.in/src-d/go-git.v4 v4.1.0
|
|
gopkg.in/warnings.v0 v0.1.1
|
|
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7
|
|
)
|