This commit is contained in:
2025-09-22 17:49:41 +08:00
parent 4268c402eb
commit 5cc42f5528
10 changed files with 515 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
module git.charlienet.top/go/copier
go 1.25
require github.com/stretchr/testify v1.11.1
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
)