opnsense-ports/databases/influxdb/files/patch-cluster_client__pool.go
Franco Fichtner aa59fa1d56 */*: sync with upstream
Taken from: FreeBSD
2015-06-28 08:04:23 +02:00

11 lines
211 B
Go

--- cluster/client_pool.go.orig 2015-06-23 14:38:16 UTC
+++ cluster/client_pool.go
@@ -4,7 +4,7 @@ import (
"net"
"sync"
- "gopkg.in/fatih/pool.v2"
+ "github.com/fatih/pool"
)
type clientPool struct {