QBitRun/go.mod

23 lines
661 B
Modula-2
Raw Permalink Normal View History

2024-06-25 00:19:15 +07:00
module github.com/tigorlazuardi/qbitrun
go 1.22.3
2024-07-03 21:57:45 +07:00
require (
github.com/samber/lo v1.44.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
)
2024-06-25 00:19:15 +07:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2024-06-25 00:19:15 +07:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2024-07-03 21:57:45 +07:00
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-07-03 21:57:45 +07:00
github.com/rogpeppe/go-internal v1.9.0 // indirect
2024-06-25 00:19:15 +07:00
github.com/spf13/pflag v1.0.5 // indirect
2024-07-03 21:57:45 +07:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2024-06-25 00:19:15 +07:00
)