encoding package
This commit is contained in:
parent
8b8447213f
commit
ef80892aa5
5 changed files with 93 additions and 1 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue