-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3343211
commit 278781c
Showing
2 changed files
with
10 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,25 @@ | ||
module github.com/sighupio/furyctl | ||
|
||
require ( | ||
contrib.go.opencensus.io/exporter/ocagent v0.3.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v21.3.0+incompatible // indirect | ||
github.com/Azure/go-autorest v11.2.3+incompatible // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/aws/aws-sdk-go v1.16.26 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/go-ini/ini v1.39.0 // indirect | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/gogo/protobuf v1.1.1 // indirect | ||
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect | ||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect | ||
github.com/graymeta/stow v0.0.0-20181004223953-b4f789357574 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect | ||
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001 | ||
github.com/hashicorp/go-safetemp v1.0.0 // indirect | ||
github.com/hashicorp/go-version v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.5 // indirect | ||
github.com/marstr/guid v1.1.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.0.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/ncw/swift v1.0.42 // indirect | ||
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c // indirect | ||
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/spf13/viper v1.2.1 | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
github.com/ulikunitz/xz v0.5.4 // indirect | ||
go.etcd.io/etcd v0.0.0-20181014065228-dac8c6fcc05b // indirect | ||
go.opencensus.io v0.18.0 // indirect | ||
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect | ||
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect | ||
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect | ||
google.golang.org/api v0.0.0-20181026000445-511bab8e55de // indirect | ||
google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
k8s.io/api v0.0.0-20181018013834-843ad2d9b9ae // indirect | ||
k8s.io/apimachinery v0.0.0-20181015213631-60666be32c5d // indirect | ||
k8s.io/client-go v9.0.0+incompatible // indirect | ||
k8s.io/kubernetes v1.12.1 // indirect | ||
k8s.io/utils v0.0.0-20181022192358-4c3feeb576b0 // indirect | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.