[DEPRECATED] Go implementation of plcbundle
1module tangled.org/atscan.net/plcbundle
2
3go 1.25
4
5require (
6 github.com/DataDog/zstd v1.5.7
7 github.com/goccy/go-json v0.10.5
8 github.com/gorilla/websocket v1.5.3
9 golang.org/x/sys v0.37.0
10)
11
12require (
13 github.com/spf13/cobra v1.10.1
14 github.com/valyala/gozstd v1.23.2
15 golang.org/x/term v0.36.0
16)
17
18require (
19 github.com/inconshreveable/mousetrap v1.1.0 // indirect
20 github.com/spf13/pflag v1.0.9 // indirect
21)