open-consul/command
Jeff Mitchell a41c865059
Convert to Go Modules (#5517)
* First conversion

* Use serf 0.8.2 tag and associated updated deps

* * Move freeport and testutil into internal/

* Make internal/ its own module

* Update imports

* Add replace statements so API and normal Consul code are
self-referencing for ease of development

* Adapt to newer goe/values

* Bump to new cleanhttp

* Fix ban nonprintable chars test

* Update lock bad args test

The error message when the duration cannot be parsed changed in Go 1.12
(ae0c435877d3aacb9af5e706c40f9dddde5d3e67). This updates that test.

* Update another test as well

* Bump travis

* Bump circleci

* Bump go-discover and godo to get rid of launchpad dep

* Bump dockerfile go version

* fix tar command

* Bump go-cleanhttp
2019-03-26 17:04:58 -04:00
..
acl Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
agent Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
catalog Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
connect Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
debug Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
event Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
exec Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
flags replace old fork of text package (#4501) 2018-08-14 12:23:18 -07:00
forceleave Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
helpers Move data source loading into a command helpers function 2018-05-24 10:34:08 -04:00
info Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
intention Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
join Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
keygen commands: get HTTP API flags for usage automatically 2017-10-18 00:08:45 +02:00
keyring Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
kv Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
leave Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
lock Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
maint Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
members Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
monitor Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
operator Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
reload Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
rtt Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
services Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
snapshot Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
tls Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
validate Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
version commands: run all tests in parallel (again) 2017-10-18 00:08:45 +02:00
watch Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 2019-02-14 10:59:14 -05:00
commands_oss.go Builtin tls helper (#5078) 2018-12-19 09:22:49 +01:00
registry.go Abandon daemonize for simpler solution (preserving history): 2018-06-25 12:24:10 -07:00