-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ testdata | |
*.exe | ||
debug.test | ||
go.sum | ||
go.mod | ||
tower-app-* | ||
.DS_Store | ||
/test/process/process |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module github.com/webx-top/com | ||
|
||
go 1.21 | ||
|
||
require ( | ||
github.com/admpub/color v1.8.1 | ||
github.com/admpub/fsnotify v1.7.0 | ||
github.com/admpub/pp v0.0.7 | ||
github.com/francoispqt/gojay v1.2.13 | ||
github.com/goccy/go-json v0.10.3 | ||
github.com/hashicorp/go-version v1.7.0 | ||
github.com/json-iterator/go v1.1.12 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/crypto v0.27.0 | ||
golang.org/x/text v0.18.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |