mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-18 23:00:16 +01:00
Added/adjusted various comments update of package versions used (IE 'go mod tidy' after adjusting to point to AD8IM repo)
22 lines
595 B
Modula-2
22 lines
595 B
Modula-2
module github.com/AD8IM/kappanhang
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/akosmarton/papipes v0.0.0-20201027113853-3c63b4919c76
|
|
github.com/fatih/color v1.17.0
|
|
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/mesilliac/pulse-simple v0.0.0-20170506101341-75ac54e19fdf
|
|
github.com/pborman/getopt v1.1.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/term v0.24.0 // indirect
|
|
)
|