open-consul/logger
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
..
gated_writer.go Moves logger setup into its own package. (#2471) 2016-11-03 21:14:56 -07:00
gated_writer_test.go Moves logger setup into its own package. (#2471) 2016-11-03 21:14:56 -07:00
grpc.go Connect Envoy Command (#4735) 2018-10-10 16:55:34 +01:00
grpc_test.go Connect Envoy Command (#4735) 2018-10-10 16:55:34 +01:00
log_levels.go Moves logger setup into its own package. (#2471) 2016-11-03 21:14:56 -07:00
log_writer.go golint: Drop the unused value from range 2017-04-25 09:26:13 -07:00
log_writer_test.go Moves logger setup into its own package. (#2471) 2016-11-03 21:14:56 -07:00
logfile.go fix typos reported by golangci-lint:misspell (#5434) 2019-03-06 11:13:28 -06:00
logfile_test.go Convert to Go Modules (#5517) 2019-03-26 17:04:58 -04:00
logger.go Adds a new command line flag -log-file for file based logging. (#4581) 2018-08-29 16:56:58 -04:00
syslog.go Moves logger setup into its own package. (#2471) 2016-11-03 21:14:56 -07:00
syslog_test.go Moves logger setup into its own package. (#2471) 2016-11-03 21:14:56 -07:00