module flipnoorman.nl/cohen go 1.16 require ( github.com/VictorAvelar/mollie-api-go v1.6.6 github.com/gin-gonic/gin v1.8.1 github.com/go-playground/validator/v10 v10.11.0 // indirect github.com/goccy/go-json v0.9.8 // indirect github.com/gofrs/uuid v4.2.0+incompatible github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/jinzhu/gorm v1.9.16 github.com/mattn/go-sqlite3 v1.14.14 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/pelletier/go-toml/v2 v2.0.2 // indirect golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gopkg.in/yaml.v2 v2.4.0 )