github.com/bilus/oya@v0.0.3-0.20190301162104-da4acbd394c6/go.mod (about)

     1  module github.com/bilus/oya
     2  
     3  require (
     4  	github.com/BurntSushi/toml v0.3.1 // indirect
     5  	github.com/DATA-DOG/godog v0.7.9
     6  	github.com/Masterminds/goutils v1.1.0 // indirect
     7  	github.com/Masterminds/semver v1.4.2 // indirect
     8  	github.com/Masterminds/sprig v2.18.0+incompatible
     9  	github.com/aws/aws-sdk-go v1.16.28
    10  	github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
    11  	github.com/blang/semver v3.5.1+incompatible
    12  	github.com/cheggaaa/pb v2.0.6+incompatible // indirect
    13  	github.com/cosiner/argv v0.0.1 // indirect
    14  	github.com/derekparker/delve v1.1.0 // indirect
    15  	github.com/emirpasic/gods v1.12.0 // indirect
    16  	github.com/fako1024/topo v1.0.1 // indirect
    17  	github.com/fsnotify/fsnotify v1.4.7
    18  	github.com/go-delve/delve v1.1.0 // indirect
    19  	github.com/go-distributed/gog v0.0.0-20150108052914-831f302c7b3c
    20  	github.com/go-test/deep v1.0.1
    21  	github.com/gobwas/glob v0.2.3
    22  	github.com/google/pprof v0.0.0-20190208070709-b421f19a5c07 // indirect
    23  	github.com/google/uuid v1.1.0 // indirect
    24  	github.com/hashicorp/go-cleanhttp v0.5.0
    25  	github.com/hashicorp/go-getter v1.0.2
    26  	github.com/hashicorp/go-safetemp v1.0.0
    27  	github.com/hashicorp/go-version v1.1.0
    28  	github.com/hashicorp/hcl v1.0.0
    29  	github.com/huandu/xstrings v1.2.0 // indirect
    30  	github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
    31  	github.com/imdario/mergo v0.3.7 // indirect
    32  	github.com/kr/pty v1.1.3
    33  	github.com/magefile/mage v0.0.0-20180920151403-1426fb6b9761
    34  	github.com/magiconair/properties v1.8.0
    35  	github.com/mattn/go-colorable v0.1.0 // indirect
    36  	github.com/mitchellh/go-homedir v1.1.0
    37  	github.com/mitchellh/go-testing-interface v1.0.0
    38  	github.com/mitchellh/mapstructure v1.1.2
    39  	github.com/onsi/ginkgo v1.7.0 // indirect
    40  	github.com/onsi/gomega v1.4.3 // indirect
    41  	github.com/pelletier/go-toml v1.2.0
    42  	github.com/peterh/liner v1.1.0 // indirect
    43  	github.com/pkg/errors v0.8.1
    44  	github.com/rogpeppe/go-internal v1.2.0
    45  	github.com/sanity-io/litter v0.0.0-20181009143221-cdb60d0035dc
    46  	github.com/satori/go.uuid v1.2.0 // indirect
    47  	github.com/sirupsen/logrus v0.0.0-20180213143110-8c0189d9f6bb
    48  	github.com/sosedoff/gitkit v0.2.0
    49  	github.com/spf13/afero v1.1.2
    50  	github.com/spf13/cast v1.3.0
    51  	github.com/spf13/cobra v0.0.0-20181021141114-fe5e611709b0
    52  	github.com/spf13/jwalterweatherman v1.0.0
    53  	github.com/spf13/pflag v1.0.2
    54  	github.com/spf13/viper v0.0.0-20181107110859-ae103d7e593e
    55  	github.com/src-d/go-git v4.7.0+incompatible
    56  	github.com/stretchr/objx v0.1.1 // indirect
    57  	github.com/stretchr/testify v1.3.0 // indirect
    58  	github.com/ulikunitz/xz v0.5.5
    59  	github.com/xeoncross/goworkqueue v0.0.0-20180512210549-cc56da012079
    60  	github.com/ziutek/kasia.go v0.0.0-20150722135753-be46c452e867
    61  	golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
    62  	golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613
    63  	golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
    64  	golang.org/x/sys v0.0.0-20190204203706-41f3e6584952
    65  	golang.org/x/text v0.3.0
    66  	gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
    67  	gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
    68  	gopkg.in/src-d/go-billy.v4 v4.3.0
    69  	gopkg.in/src-d/go-git-fixtures.v3 v3.3.0 // indirect
    70  	gopkg.in/src-d/go-git.v4 v4.9.1
    71  	gopkg.in/yaml.v2 v2.2.1
    72  	k8s.io/apimachinery v0.0.0-20181015213631-60666be32c5d
    73  	k8s.io/helm v2.12.3+incompatible
    74  )