22 lines
543 B
Modula-2
22 lines
543 B
Modula-2
module tuxpa.in/a/irc
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lmittmann/tint v1.0.4
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
go.uber.org/fx v1.21.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/dig v1.17.1 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
go.uber.org/zap v1.26.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|