Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #539 from burdandrei/deps-bump
Browse files Browse the repository at this point in the history
Go dep update Consul and Nomad
  • Loading branch information
jippi authored Feb 18, 2020
2 parents 397ba07 + ac4593f commit 75ada5d
Show file tree
Hide file tree
Showing 2 changed files with 1,937 additions and 13 deletions.
77 changes: 64 additions & 13 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,78 @@ module github.com/jippi/hashi-ui/backend
go 1.13

require (
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
cloud.google.com/go v0.53.0 // indirect
github.com/Azure/azure-sdk-for-go v39.1.0+incompatible // indirect
github.com/Azure/go-autorest v13.3.3+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.9.5 // 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/DataDog/datadog-go v3.4.0+incompatible // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
github.com/armon/go-metrics v0.3.2 // indirect
github.com/aws/aws-sdk-go v1.29.3 // indirect
github.com/circonus-labs/circonusllhist v0.1.4 // indirect
github.com/cncf/udpa/go v0.0.0-20200124205748-db4b343e48c1 // indirect
github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224
github.com/coredns/coredns v1.6.7 // indirect
github.com/denverdino/aliyungo v0.0.0-20200205005422-4667008d9805 // indirect
github.com/digitalocean/godo v1.30.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/envoyproxy/go-control-plane v0.9.4 // indirect
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gogo/googleapis v1.3.2 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.4.1 // indirect
github.com/gophercloud/gophercloud v0.8.0 // indirect
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.1
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/hashicorp/consul v1.7.0 // indirect
github.com/hashicorp/consul/api v1.4.0
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-discover v0.0.0-20200108194735-7698de1390a1 // indirect
github.com/hashicorp/go-memdb v1.0.4 // indirect
github.com/hashicorp/go-raftchunking v0.6.2 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/mdns v1.0.3 // indirect
github.com/hashicorp/memberlist v0.1.7 // indirect
github.com/hashicorp/nomad/api v0.0.0-20191003141308-550e1b1a1e76
github.com/hashicorp/serf v0.8.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/joyent/triton-go v1.7.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/linode/linodego v0.12.2 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/newrelic/go-agent v2.15.0+incompatible
github.com/packethost/packngo v0.2.0 // indirect
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/prometheus/client_golang v1.4.1 // indirect
github.com/prometheus/procfs v0.0.9 // indirect
github.com/renier/xmlrpc v0.0.0-20191022213033-ce560eccbd00 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.20.1+incompatible // indirect
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
github.com/softlayer/softlayer-go v1.0.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/tencentcloud/tencentcloud-sdk-go v3.0.121+incompatible // indirect
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
github.com/vmware/govmomi v0.22.2 // indirect
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
k8s.io/api v0.17.3 // indirect
k8s.io/client-go v11.0.0+incompatible // indirect
k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)
Loading

0 comments on commit 75ada5d

Please sign in to comment.