feat: modify pkg

This commit is contained in:
Rogee
2024-11-28 19:30:36 +08:00
parent 900b260698
commit 554db07758
14 changed files with 100 additions and 241 deletions

5
go.mod
View File

@@ -1,11 +1,12 @@
module github.com/rogeecn/atom
module git.ipao.vip/rogeecn/atom
go 1.19
go 1.22
require (
github.com/atom-providers/config v0.0.0-20230801062037-db91396e3287
github.com/brianvoe/gofakeit/v6 v6.23.0
github.com/pkg/errors v0.9.1
github.com/rogeecn/atom v1.0.4
github.com/rogeecn/gen v1.0.15
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0