skeleton/go.mod
2019-12-14 07:28:56 +01:00

34 lines
1.3 KiB
Modula-2

module bitmask.me/skeleton
go 1.13
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/ailox/migrate-vfs v0.0.0-20191213232126-c278b57dd3ac
github.com/alexedwards/scs v1.4.1
github.com/alexedwards/scs/v2 v2.3.0
github.com/caarlos0/env v3.5.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-ini/ini v1.51.0 // indirect
github.com/go-ldap/ldap/v3 v3.1.4
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/gorilla/csrf v1.6.2
github.com/jawher/mow.cli v1.1.0
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.2.0
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.8.1
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/tools v0.0.0-20191213221258-04c2e8eff935 // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
)