open-consul/api/go.mod

17 lines
464 B
Modula-2
Raw Normal View History

module github.com/hashicorp/consul/api
go 1.12
replace github.com/hashicorp/consul/internal => ../internal
require (
2019-03-26 21:30:23 +00:00
github.com/hashicorp/consul/internal v0.1.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-rootcerts v1.0.0
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/serf v0.8.2
github.com/mitchellh/mapstructure v1.1.2
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c
github.com/stretchr/testify v1.3.0
)