module github.com/Luzifer/go_helpers/v2 go 1.19 require ( github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf github.com/leekchan/gtf v0.0.0-20190214083521-5fba33c5b00b github.com/onsi/ginkgo v1.15.0 github.com/onsi/gomega v1.10.5 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.7.0 gopkg.in/yaml.v2 v2.4.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/golang/protobuf v1.4.3 // indirect github.com/kr/text v0.2.0 // indirect github.com/nxadm/tail v1.4.6 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect golang.org/x/sys v0.6.0 // indirect golang.org/x/text v0.3.5 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )