1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-24 05:18:11 +08:00

完善 pack

This commit is contained in:
源文雨
2022-09-30 22:10:05 +08:00
parent 74b92c0711
commit 71948481ee
5 changed files with 53 additions and 6 deletions

11
go.mod
View File

@@ -2,4 +2,13 @@ module github.com/fumiama/unibase2n
go 1.18
require golang.org/x/text v0.3.7
require (
github.com/stretchr/testify v1.8.0
golang.org/x/text v0.3.7
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)