mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
12 lines
291 B
Go
12 lines
291 B
Go
--- pkg/event/target/nats.go.orig 2019-04-26 02:36:49 UTC
|
|
+++ pkg/event/target/nats.go
|
|
@@ -23,7 +23,7 @@ import (
|
|
|
|
"github.com/minio/minio/pkg/event"
|
|
xnet "github.com/minio/minio/pkg/net"
|
|
- "github.com/nats-io/nats.go"
|
|
+ "github.com/nats-io/nats.go"
|
|
"github.com/nats-io/stan.go"
|
|
)
|
|
|