module simpledash go 1.16 require ( github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/uuid v1.2.0 // indirect github.com/gorilla/mux v1.8.0 github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/mitchellh/copystructure v1.1.1 // indirect github.com/pelletier/go-toml v1.8.1 github.com/rs/zerolog v1.21.0 github.com/spf13/pflag v1.0.5 github.com/wader/gormstore/v2 v2.0.0 golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 gorm.io/driver/sqlite v1.1.4 gorm.io/gorm v1.21.5 )