blob: 78fe8a3af34ce61279cd43a4f67b423420fcd91a [file] [log] [blame]
Abhilash S.L3b494632019-07-16 15:51:09 +05301module github.com/hashicorp/consul/api
2
3go 1.12
4
5replace github.com/hashicorp/consul/sdk => ../sdk
6
7require (
David Bainbridge788e5202019-10-21 18:49:40 +00008 github.com/hashicorp/consul/sdk v0.2.0
Abhilash S.L3b494632019-07-16 15:51:09 +05309 github.com/hashicorp/go-cleanhttp v0.5.1
10 github.com/hashicorp/go-rootcerts v1.0.0
11 github.com/hashicorp/go-uuid v1.0.1
12 github.com/hashicorp/serf v0.8.2
13 github.com/mitchellh/mapstructure v1.1.2
14 github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c
15 github.com/stretchr/testify v1.3.0
16)