2019-02-28 18:22:26 +00:00
|
|
|
module github.com/Luzifer/go_helpers/v2
|
|
|
|
|
2024-03-06 16:23:36 +00:00
|
|
|
go 1.21
|
2019-02-28 19:15:04 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
|
|
|
|
github.com/leekchan/gtf v0.0.0-20190214083521-5fba33c5b00b
|
2021-11-20 20:30:58 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-06-16 09:37:45 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-04-03 17:03:45 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-01-28 17:43:04 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-03-06 16:23:36 +00:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2021-02-06 21:41:36 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2019-02-28 19:15:04 +00:00
|
|
|
)
|