finalize beta-0.4.1

This commit is contained in:
Mukhtar Akere
2025-02-14 02:42:45 +01:00
parent 6a24c372f5
commit 325e6c912c
3 changed files with 19 additions and 30 deletions

2
go.mod
View File

@@ -15,6 +15,7 @@ require (
github.com/rs/zerolog v1.33.0
github.com/valyala/fastjson v1.6.4
golang.org/x/crypto v0.33.0
golang.org/x/net v0.33.0
golang.org/x/time v0.8.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
@@ -32,7 +33,6 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)