WIP: random message to generate test data, looks good

This commit is contained in:
2025-05-19 18:19:45 +10:00
parent 06d39158a5
commit 17de302019
5 changed files with 355 additions and 6 deletions

3
go.mod
View File

@@ -3,9 +3,11 @@ module gitea.suyono.dev/suyono/netbounce
go 1.24
require (
gitea.suyono.dev/suyono/go-sizes v0.1.2
github.com/rs/zerolog v1.34.0
github.com/spf13/pflag v1.0.6
github.com/spf13/viper v1.20.1
golang.org/x/crypto v0.38.0
golang.org/x/sys v0.33.0
)
@@ -22,7 +24,6 @@ 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/crypto v0.38.0 // indirect
golang.org/x/text v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)