sort-cli: init

This commit is contained in:
2024-01-18 21:50:27 +03:00
parent 0b7b36223f
commit f54f02a361
5 changed files with 301 additions and 0 deletions

14
sort-cli/go.mod Normal file
View File

@ -0,0 +1,14 @@
module git.grachevko.ru/edu/cli/sort
go 1.21.6
require (
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
)
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
)