-
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.
- Loading branch information
Showing
54 changed files
with
378 additions
and
318 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,57 @@ | ||
module github.com/ddkwork/golibrary/stream | ||
|
||
go 1.22 | ||
|
||
require ( | ||
cogentcore.org/core v0.0.8-0.20240312043521-bdafc24c3306 | ||
github.com/aquasecurity/table v1.8.0 | ||
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 | ||
github.com/charmbracelet/bubbles v0.18.0 | ||
github.com/charmbracelet/bubbletea v0.25.0 | ||
github.com/charmbracelet/lipgloss v0.10.0 | ||
github.com/dc0d/caseconv v0.5.0 | ||
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204 | ||
github.com/hjson/hjson-go v3.3.0+incompatible | ||
github.com/hupe1980/socks v0.0.9 | ||
github.com/mattn/go-sqlite3 v1.14.22 | ||
github.com/rivo/uniseg v0.4.7 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/zzl/go-win32api/v2 v2.1.0 | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 | ||
golang.org/x/image v0.15.0 | ||
golang.org/x/sys v0.18.0 | ||
golang.org/x/text v0.14.0 | ||
) | ||
|
||
require ( | ||
github.com/anthonynsimon/bild v0.13.0 // indirect | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/charmbracelet/harmonica v0.2.0 // indirect | ||
github.com/chewxy/math32 v1.10.1 // indirect | ||
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/dlclark/regexp2 v1.10.0 // indirect | ||
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect | ||
github.com/goki/freetype v1.0.5 // indirect | ||
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/hupe1980/golog v0.0.2 // indirect | ||
github.com/jinzhu/copier v0.4.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-localereader v0.0.1 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-shellwords v1.0.12 // indirect | ||
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect | ||
github.com/muesli/cancelreader v0.2.2 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.2-0.20240227203013-2b69615b5d55 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/term v0.18.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.