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
|
2021-03-17 09:11:02 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/fatih/color v1.10.0 // indirect
|
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
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
|
|
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
|