module github.com/BoltApp/sleet go 1.14 require ( github.com/Pallinder/go-randomdata v1.2.0 github.com/adyen/adyen-go-api-library v0.0.1 github.com/braintree-go/braintree-go v0.22.0 github.com/go-playground/form v3.1.4+incompatible github.com/go-test/deep v1.0.7 github.com/stripe/stripe-go v70.11.0+incompatible golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect golang.org/x/text v0.3.2 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect )