module github.com/BoltApp/sleet go 1.15 require ( github.com/Pallinder/go-randomdata v1.2.0 github.com/adyen/adyen-go-api-library/v2 v2.1.0 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/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b github.com/google/go-cmp v0.5.1 github.com/jarcoal/httpmock v1.0.5 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 )