Browse Source

bump irc-go

tags/v2.12.0-rc1
Shivaram Lingamneni 1 year ago
parent
commit
7e6c658cad
3 changed files with 4 additions and 2 deletions
  1. 1
    1
      go.mod
  2. 2
    0
      go.sum
  3. 1
    1
      vendor/modules.txt

+ 1
- 1
go.mod View File

@@ -8,7 +8,7 @@ require (
8 8
 	github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
9 9
 	github.com/ergochat/confusables v0.0.0-20201108231250-4ab98ab61fb1
10 10
 	github.com/ergochat/go-ident v0.0.0-20200511222032-830550b1d775
11
-	github.com/ergochat/irc-go v0.1.0
11
+	github.com/ergochat/irc-go v0.2.0
12 12
 	github.com/go-sql-driver/mysql v1.7.0
13 13
 	github.com/go-test/deep v1.0.6 // indirect
14 14
 	github.com/golang-jwt/jwt v3.2.2+incompatible

+ 2
- 0
go.sum View File

@@ -14,6 +14,8 @@ github.com/ergochat/irc-go v0.0.0-20210617222258-256f1601d3ce h1:RfyjeynouKZjmnN
14 14
 github.com/ergochat/irc-go v0.0.0-20210617222258-256f1601d3ce/go.mod h1:2vi7KNpIPWnReB5hmLpl92eMywQvuIeIIGdt/FQCph0=
15 15
 github.com/ergochat/irc-go v0.1.0 h1:jBHUayERH9SiPOWe4ePDWRztBjIQsU/jwLbbGUuiOWM=
16 16
 github.com/ergochat/irc-go v0.1.0/go.mod h1:2vi7KNpIPWnReB5hmLpl92eMywQvuIeIIGdt/FQCph0=
17
+github.com/ergochat/irc-go v0.2.0 h1:3vHdy4c56UTY6+/rTBrQc1fmt32N5G8PrEZacJDOr+E=
18
+github.com/ergochat/irc-go v0.2.0/go.mod h1:2vi7KNpIPWnReB5hmLpl92eMywQvuIeIIGdt/FQCph0=
17 19
 github.com/ergochat/scram v1.0.2-ergo1 h1:2bYXiRFQH636pT0msOG39fmEYl4Eq+OuutcyDsCix/g=
18 20
 github.com/ergochat/scram v1.0.2-ergo1/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
19 21
 github.com/ergochat/websocket v1.4.2-oragono1 h1:plMUunFBM6UoSCIYCKKclTdy/TkkHfUslhOfJQzfueM=

+ 1
- 1
vendor/modules.txt View File

@@ -16,7 +16,7 @@ github.com/ergochat/confusables
16 16
 # github.com/ergochat/go-ident v0.0.0-20200511222032-830550b1d775
17 17
 ## explicit
18 18
 github.com/ergochat/go-ident
19
-# github.com/ergochat/irc-go v0.1.0
19
+# github.com/ergochat/irc-go v0.2.0
20 20
 ## explicit; go 1.15
21 21
 github.com/ergochat/irc-go/ircfmt
22 22
 github.com/ergochat/irc-go/ircmsg

Loading…
Cancel
Save