module git.skogstorpet.nu/staffan/soid go 1.16 require ( git.skogstorpet.nu/staffan/environ v1.0.3 github.com/99designs/gqlgen v0.13.0 github.com/agnivade/levenshtein v1.1.0 // indirect github.com/google/uuid v1.2.0 github.com/gorilla/mux v1.6.1 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/logrusorgru/aurora v2.0.3+incompatible // indirect github.com/mattn/go-sqlite3 v1.14.6 // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/rs/cors v1.6.0 github.com/vektah/gqlparser/v2 v2.1.0 go.uber.org/zap v1.16.0 golang.org/x/mod v0.4.2 // indirect google.golang.org/grpc v1.38.0 gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b gorm.io/driver/sqlite v1.1.4 gorm.io/gorm v1.21.7 )