mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-23 21:00:44 +00:00
23 lines
564 B
Modula-2
23 lines
564 B
Modula-2
module drip
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/spf13/cobra v1.10.1
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
go.uber.org/zap v1.27.1
|
|
golang.org/x/crypto v0.45.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|