encoding package

This commit is contained in:
Felipe M 2024-11-23 19:41:21 +01:00
parent 8b8447213f
commit ef80892aa5
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
5 changed files with 93 additions and 1 deletions

5
go.mod
View file

@ -2,7 +2,10 @@ module git.nakama.town/fmartingr/gotoolkit
go 1.23.3
require modernc.org/sqlite v1.34.1
require (
github.com/pelletier/go-toml/v2 v2.2.3
modernc.org/sqlite v1.34.1
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect