mirror of
https://github.com/fumiama/unibase2n.git
synced 2026-06-24 05:18:11 +08:00
完善 pack
This commit is contained in:
11
go.mod
11
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user