| module github.com/apache/openserverless-streaming-proxy |
| |
| go 1.23.3 |
| |
| require ( |
| github.com/apache/openwhisk-client-go v0.0.0-20241028140229-bb8408824b9b |
| github.com/stretchr/testify v1.9.0 |
| ) |
| |
| require ( |
| github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect |
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| github.com/fatih/color v1.17.0 // indirect |
| github.com/google/go-querystring v1.1.0 // indirect |
| github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect |
| github.com/mattn/go-colorable v0.1.13 // indirect |
| github.com/mattn/go-isatty v0.0.20 // indirect |
| github.com/nicksnyder/go-i18n v1.10.3 // indirect |
| github.com/nxadm/tail v1.4.11 // indirect |
| github.com/pelletier/go-toml v1.9.5 // indirect |
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| golang.org/x/net v0.38.0 // indirect |
| golang.org/x/sys v0.31.0 // indirect |
| gopkg.in/yaml.v2 v2.4.0 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |