test: reactions (#1081)

This commit is contained in:
Jonas Plum
2024-07-20 07:50:42 +02:00
committed by GitHub
parent e2c8f1d223
commit e9583a29fa
6 changed files with 198 additions and 35 deletions

4
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/pocketbase/pocketbase v0.22.14
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/tidwall/sjson v1.2.5
)
require (
@@ -63,6 +64,9 @@ require (
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/gjson v1.14.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
go.opencensus.io v0.24.0 // indirect