module github.com/BoltApp/sleet go 1.13 require ( github.com/Pallinder/go-randomdata v1.2.0 github.com/go-playground/form v3.1.4+incompatible github.com/jarcoal/httpmock v1.0.4 github.com/stretchr/testify v1.4.0 github.com/stripe/stripe-go v70.11.0+incompatible github.com/zhutik/adyen-api-go v0.0.0-20200322135654-771fae870bd2 golang.org/x/text v0.3.2 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect )