module github.com/BoltApp/sleet go 1.15 require ( github.com/BoltApp/braintree-go v0.26.0 github.com/Pallinder/go-randomdata v1.2.0 github.com/adyen/adyen-go-api-library/v4 v4.0.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/golang/protobuf v1.4.3 // indirect 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-20201110031124-69a78807bb2b // indirect golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect google.golang.org/appengine v1.6.7 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect )