Browse Source

Switch to using upstream go-ircevent

tags/v0.4.4
Russ Garrett 4 years ago
parent
commit
d15bdb77de
No account linked to committer's email address
9 changed files with 13 additions and 10 deletions
  1. 1
    1
      auth.go
  2. 1
    1
      command.go
  3. 1
    1
      dispatcher/dispatcher.go
  4. 1
    1
      go.mod
  5. 5
    2
      go.sum
  6. 1
    1
      httplistener/httplistener.go
  7. 1
    1
      irc.go
  8. 1
    1
      main.go
  9. 1
    1
      tcplistener/tcplistener.go

+ 1
- 1
auth.go View File

@@ -1,7 +1,7 @@
1 1
 package main
2 2
 
3 3
 import (
4
-	"github.com/irccloud/go-ircevent"
4
+	"github.com/thoj/go-ircevent"
5 5
 	"strings"
6 6
 )
7 7
 

+ 1
- 1
command.go View File

@@ -8,8 +8,8 @@ import (
8 8
 	"strings"
9 9
 	"time"
10 10
 
11
-	"github.com/irccloud/go-ircevent"
12 11
 	"github.com/spf13/viper"
12
+	"github.com/thoj/go-ircevent"
13 13
 )
14 14
 
15 15
 func (i *IRCCat) handleCommand(event *irc.Event) {

+ 1
- 1
dispatcher/dispatcher.go View File

@@ -1,9 +1,9 @@
1 1
 package dispatcher
2 2
 
3 3
 import (
4
-	"github.com/irccloud/go-ircevent"
5 4
 	"github.com/juju/loggo"
6 5
 	"github.com/spf13/viper"
6
+	"github.com/thoj/go-ircevent"
7 7
 	"strings"
8 8
 )
9 9
 

+ 1
- 1
go.mod View File

@@ -5,8 +5,8 @@ go 1.13
5 5
 require (
6 6
 	github.com/deckarep/golang-set v1.7.1
7 7
 	github.com/fsnotify/fsnotify v1.4.7
8
-	github.com/irccloud/go-ircevent v0.0.0-20190512092921-2d0ed40435f1
9 8
 	github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8
10 9
 	github.com/spf13/viper v1.5.0
10
+	github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb
11 11
 	gopkg.in/go-playground/webhooks.v5 v5.13.0
12 12
 )

+ 5
- 2
go.sum View File

@@ -42,8 +42,6 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf
42 42
 github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
43 43
 github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
44 44
 github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
45
-github.com/irccloud/go-ircevent v0.0.0-20190512092921-2d0ed40435f1 h1:kJh+MGFqGL38jRDOEiCrDE5eKd1Oxr+xAcChjP6JbuU=
46
-github.com/irccloud/go-ircevent v0.0.0-20190512092921-2d0ed40435f1/go.mod h1:Lw7sjDicEyoGrYuLAyn+SvydZxafJeFmwVMKdiejTZQ=
47 45
 github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo=
48 46
 github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 h1:UUHMLvzt/31azWTN/ifGWef4WUqvXk0iRqdhdy/2uzI=
49 47
 github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
@@ -97,6 +95,8 @@ github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1
97 95
 github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
98 96
 github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
99 97
 github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
98
+github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb h1:EavwSqheIJl3nb91HhkL73DwnT2Fk8W3yM7T7TuLZvA=
99
+github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb/go.mod h1:I0ZT9x8wStY6VOxtNOrLpnDURFs7HS0z1e1vhuKUEVc=
100 100
 github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
101 101
 github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
102 102
 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
@@ -126,8 +126,11 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a h1:1BGLXjeY4akVXGgbC9HugT3Jv
126 126
 golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
127 127
 golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
128 128
 golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
129
+golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
130
+golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
129 131
 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
130 132
 golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
133
+golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
131 134
 golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
132 135
 golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
133 136
 google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=

+ 1
- 1
httplistener/httplistener.go View File

@@ -1,9 +1,9 @@
1 1
 package httplistener
2 2
 
3 3
 import (
4
-	"github.com/irccloud/go-ircevent"
5 4
 	"github.com/juju/loggo"
6 5
 	"github.com/spf13/viper"
6
+	"github.com/thoj/go-ircevent"
7 7
 	"net/http"
8 8
 	"text/template"
9 9
 )

+ 1
- 1
irc.go View File

@@ -3,8 +3,8 @@ package main
3 3
 import (
4 4
 	"crypto/tls"
5 5
 	"fmt"
6
-	"github.com/irccloud/go-ircevent"
7 6
 	"github.com/spf13/viper"
7
+	"github.com/thoj/go-ircevent"
8 8
 	"strings"
9 9
 	"time"
10 10
 )

+ 1
- 1
main.go View File

@@ -5,11 +5,11 @@ import (
5 5
 	"fmt"
6 6
 	"github.com/deckarep/golang-set"
7 7
 	"github.com/fsnotify/fsnotify"
8
-	"github.com/irccloud/go-ircevent"
9 8
 	"github.com/irccloud/irccat/httplistener"
10 9
 	"github.com/irccloud/irccat/tcplistener"
11 10
 	"github.com/juju/loggo"
12 11
 	"github.com/spf13/viper"
12
+	"github.com/thoj/go-ircevent"
13 13
 	"os"
14 14
 	"os/signal"
15 15
 	"syscall"

+ 1
- 1
tcplistener/tcplistener.go View File

@@ -2,10 +2,10 @@ package tcplistener
2 2
 
3 3
 import (
4 4
 	"bufio"
5
-	"github.com/irccloud/go-ircevent"
6 5
 	"github.com/irccloud/irccat/dispatcher"
7 6
 	"github.com/juju/loggo"
8 7
 	"github.com/spf13/viper"
8
+	"github.com/thoj/go-ircevent"
9 9
 	"net"
10 10
 	"strings"
11 11
 )

Loading…
Cancel
Save