module git.devices.local/mawas/golang-api-skeleton go 1.15 require ( github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect github.com/blevesearch/bleve v1.0.14 // indirect github.com/blevesearch/bleve/v2 v2.0.3 // indirect github.com/dgraph-io/badger/v2 v2.2007.2 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gin-gonic/gin v1.7.1 // indirect github.com/go-errors/errors v1.4.0 // indirect github.com/go-ozzo/ozzo-validation v3.6.0+incompatible github.com/go-ozzo/ozzo-validation/v4 v4.3.0 github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/oklog/ulid v1.3.1 github.com/oklog/ulid/v2 v2.0.2 github.com/pelletier/go-toml v1.8.1 // indirect github.com/sirupsen/logrus v1.7.0 github.com/spf13/afero v1.5.1 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/cobra v1.1.1 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.7.1 golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect golang.org/x/text v0.3.5 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v8 v8.18.2 // indirect gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gorm.io/driver/mysql v1.0.3 gorm.io/driver/postgres v1.0.5 gorm.io/driver/sqlite v1.1.3 gorm.io/driver/sqlserver v1.0.5 gorm.io/gorm v1.20.6 )