WIP: adding randommessage package for generating test data

This commit is contained in:
2025-05-16 07:14:56 +10:00
parent 169e0539f6
commit 06d39158a5
3 changed files with 109 additions and 2 deletions

5
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/rs/zerolog v1.34.0
github.com/spf13/pflag v1.0.6
github.com/spf13/viper v1.20.1
golang.org/x/sys v0.32.0
golang.org/x/sys v0.33.0
)
require (
@@ -22,6 +22,7 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/text v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)