-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring, switching to go template, simplification of use
- Loading branch information
Showing
17 changed files
with
795 additions
and
2,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
module github.com/nikitaksv/gendata | ||
|
||
go 1.15 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de | ||
github.com/nikitaksv/dynjson v1.1.0 | ||
github.com/nikitaksv/strcase v1.0.0 | ||
github.com/nikitaksv/strcase v1.1.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.10.1 | ||
github.com/stretchr/testify v1.7.0 | ||
go.uber.org/zap v1.21.0 | ||
) | ||
|
||
require github.com/inconshreveable/mousetrap v1.0.0 // indirect |
Oops, something went wrong.