deps: update consul-template to v0.25.2.
Showing
+1713 -172
... | ... | @@ -48,13 +48,13 @@ require ( |
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/fsouza/go-dockerclient v1.6.5 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/golang/snappy v0.0.1 | ||
github.com/golang/snappy v0.0.2 | ||
github.com/google/go-cmp v0.5.2 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/gosuri/uilive v0.0.4 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1-0.20200228141219-3ce3d519df39 | ||
github.com/hashicorp/consul v1.7.8 | ||
github.com/hashicorp/consul-template v0.25.1 | ||
github.com/hashicorp/consul-template v0.25.2 | ||
github.com/hashicorp/consul/api v1.8.1 | ||
github.com/hashicorp/consul/sdk v0.7.0 | ||
github.com/hashicorp/cronexpr v1.1.1 | ||
... | ... | @@ -94,7 +94,7 @@ require ( |
github.com/kr/pretty v0.2.0 | ||
github.com/kr/pty v1.1.5 | ||
github.com/kr/text v0.2.0 | ||
github.com/mattn/go-colorable v0.1.6 | ||
github.com/mattn/go-colorable v0.1.7 | ||
github.com/mitchellh/cli v1.1.0 | ||
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286 | ||
github.com/mitchellh/copystructure v1.0.0 | ||
... | ... | @@ -126,23 +126,21 @@ require ( |
github.com/zclconf/go-cty v1.8.0 | ||
github.com/zclconf/go-cty-yaml v1.0.2 | ||
go.opencensus.io v0.22.1-0.20190713072201-b4a14686f0a9 // indirect | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | ||
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 | ||
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect | ||
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect | ||
golang.org/x/mod v0.3.0 // indirect | ||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a | ||
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 | ||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e | ||
golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375 // indirect | ||
google.golang.org/api v0.13.0 // indirect | ||
google.golang.org/genproto v0.0.0-20200302123026-7795fca6ccb1 // indirect | ||
google.golang.org/grpc v1.27.1 | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/square/go-jose.v2 v2.4.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 | ||
gopkg.in/tomb.v2 v2.0.0-20140626144623-14b3d72120e8 | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
gotest.tools/v3 v3.0.2 // indirect | ||
honnef.co/go/tools v0.0.1-2020.1.4 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment