[DEPRECATED] Go implementation of plcbundle
at rust-test 22 lines 627 B view raw
1module tangled.org/atscan.net/plcbundle 2 3go 1.25.3 4 5require ( 6 github.com/goccy/go-json v0.10.5 7 github.com/gorilla/websocket v1.5.3 8 github.com/jmespath-community/go-jmespath v1.1.1 9 github.com/spf13/cobra v1.10.1 10 github.com/valyala/gozstd v1.23.2 11 golang.org/x/sys v0.38.0 12 golang.org/x/term v0.36.0 13 tangled.org/atscan.net/plcbundle-rs/bindings/go v0.0.0 14) 15 16replace tangled.org/atscan.net/plcbundle-rs/bindings/go => ../plcbundle-rs/bindings/go 17 18require ( 19 github.com/inconshreveable/mousetrap v1.1.0 // indirect 20 github.com/spf13/pflag v1.0.9 // indirect 21 golang.org/x/exp v0.0.0-20230314191032-db074128a8ec // indirect 22)