2020-12-21 15:56:56 +01:00
|
|
|
module forge.cadoles.com/Cadoles/fake-sms
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/asdine/storm/v3 v3.1.1
|
|
|
|
github.com/caarlos0/env/v6 v6.2.1
|
2023-01-02 10:37:53 +01:00
|
|
|
github.com/cortesi/modd v0.0.0-20221227201034-99fec65d0ecf // indirect
|
2021-03-17 09:11:02 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-12-21 15:56:56 +01:00
|
|
|
github.com/go-chi/chi v4.1.1+incompatible
|
2021-03-17 09:11:02 +01:00
|
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
2021-10-15 15:37:53 +02:00
|
|
|
github.com/kovetskiy/go-php-serialize v0.0.0-20141101074437-71ef41a548d8
|
2021-03-17 09:11:02 +01:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-12-21 15:56:56 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-03-17 09:11:02 +01:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2020-12-21 15:56:56 +01:00
|
|
|
gitlab.com/wpetit/goweb v0.0.0-20200707070104-985ce3eba3c2
|
2021-03-17 09:11:02 +01:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2020-12-21 15:56:56 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|
|
|
|
|
|
|
|
// replace gitlab.com/wpetit/goweb => ../goweb
|