Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 18 additions & 57 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,72 +3,33 @@ module github.com/ovrclk/akash
go 1.13

require (
github.com/Azure/azure-sdk-for-go v39.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.9.6 // indirect
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/boz/go-lifecycle v0.1.1-0.20190620234137-5139c86739b8
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/caarlos0/env v3.3.0+incompatible
github.com/cosmos/cosmos-sdk v0.38.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.4.8-0.20191012010759-4bf2d1fec783 // indirect
github.com/go-kit/kit v0.9.1-0.20191018122245-9f5354e50d79
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.2-0.20190904063534-ff6b7dc882cf // indirect
github.com/golangci/golangci-lint v1.21.0
github.com/google/uuid v1.1.2-0.20190416172445-c2e93f3ae59f // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gorilla/mux v1.7.3
github.com/cosmos/cosmos-sdk v0.50.5
github.com/go-kit/kit v0.12.0
github.com/gogo/protobuf v1.3.2
github.com/golangci/golangci-lint v1.52.0
github.com/gorilla/mux v1.8.0
github.com/gosuri/uitable v0.0.4
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.11.3
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hashicorp/hcl v1.0.1-0.20191016231534-914dc3f8dd7c // indirect
github.com/huandu/xstrings v1.2.1-0.20180906151751-8bbcf2f9ccb5 // indirect
github.com/imdario/mergo v0.3.5 // indirect
github.com/jmhodges/levigo v1.0.1-0.20191019112844-b572e7f4cdac // indirect
github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 // indirect
github.com/libp2p/go-buffer-pool v0.0.3-0.20190619091711-d94255cb3dfc // indirect
github.com/lithammer/shortuuid v1.0.1-0.20190319200910-1be5ab5d90f6
github.com/magiconair/properties v1.8.2-0.20191019074931-a586bb8b7dea // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da // indirect
github.com/ovrclk/dsky v0.0.6 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/rs/cors v1.7.1-0.20191011001009-dcbccb712443 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1-0.20190531093228-c01685bb8421 // indirect
github.com/spf13/cobra v0.0.6-0.20191014031137-8a4b46fadf75
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/objx v0.2.1-0.20190415111823-35313a95ee26 // indirect
github.com/stretchr/testify v1.4.0
github.com/stumble/gorocksdb v0.0.3 // indirect
github.com/subosito/gotenv v1.2.1-0.20190917103637-de67a6614a4d // indirect
github.com/tecbot/gorocksdb v0.0.0-20191019123150-400c56251341 // indirect
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/iavl v0.13.0 // indirect
github.com/tendermint/tendermint v0.33.0
github.com/tendermint/tm-db v0.4.0
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/tendermint/go-amino v0.16.0
github.com/tendermint/tendermint v0.33.6
github.com/tendermint/tm-db v0.5.1
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/appengine v1.6.6-0.20191016204603-16bce7d3dc4e // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.26.0 // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.0.0-20181026184759-d1dc89ebaebe
golang.org/x/sync v0.6.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.17.16
k8s.io/apiextensions-apiserver v0.0.0-20181026191334-ba848ee89ca3
k8s.io/apimachinery v0.0.0-20181022183627-f71dbbc36e12
k8s.io/client-go v0.0.0-20181026185218-bf181536cb4d
k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d // indirect
k8s.io/apimachinery v0.17.16
k8s.io/client-go v0.17.16
k8s.io/kube-openapi v0.0.0-20200410163147-594e756bea31 // indirect
k8s.io/metrics v0.0.0-20181026191550-988b2e695787
)
Loading