1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-mock.git synced 2024-12-03 18:32:50 +00:00

Added plugins

This commit is contained in:
diamondburned (Forefront) 2020-05-22 19:16:19 -07:00
parent ce2ecc80c2
commit ddd646da32
4 changed files with 11 additions and 1 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# cchat-mock
```sh
go build -buildmode=plugin -o ~/.config/cchat/plugins/ ./cmd/mock/
```

3
cmd/mock/plugin.go Normal file
View file

@ -0,0 +1,3 @@
package main
import _ "github.com/diamondburned/cchat-mock"

2
go.mod
View file

@ -4,5 +4,5 @@ go 1.14
require (
github.com/Pallinder/go-randomdata v1.2.0
github.com/diamondburned/cchat v0.0.6
github.com/diamondburned/cchat v0.0.7
)

2
go.sum
View file

@ -12,4 +12,6 @@ github.com/diamondburned/cchat v0.0.5 h1:g0+569jnFqx4euNsqjurqjAY+xxG5n8kmGnDRwA
github.com/diamondburned/cchat v0.0.5/go.mod h1:2MdhWABRer4WhwcuLR0b2VY5S22Y1zDTpFqriAFrC08=
github.com/diamondburned/cchat v0.0.6 h1:lSIgbxT7C8uSka0wqLl/5kc/8rgsYDfZGxaU346XNeU=
github.com/diamondburned/cchat v0.0.6/go.mod h1:+zXktogE45A0om4fT6B/z6Ii7FXNafjxsNspI0rlhbU=
github.com/diamondburned/cchat v0.0.7 h1:y5zbEoD6L8YHuN/yclqjokF0lPkRj5tYWOuJe0bBldI=
github.com/diamondburned/cchat v0.0.7/go.mod h1:+zXktogE45A0om4fT6B/z6Ii7FXNafjxsNspI0rlhbU=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=