skeleton/go.mod

33 lines
1.2 KiB
Modula-2
Raw Normal View History

2019-12-14 07:28:33 +01:00
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
2020-07-19 11:32:37 +02:00
github.com/alexedwards/scs/v2 v2.3.1
2019-12-14 07:28:33 +01:00
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
2020-07-19 11:32:37 +02:00
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-ini/ini v1.57.0 // indirect
github.com/go-ldap/ldap/v3 v3.2.3
2019-12-14 07:28:33 +01:00
github.com/golang-migrate/migrate v3.5.4+incompatible
2020-07-19 11:32:37 +02:00
github.com/gorilla/csrf v1.7.0
2019-12-14 07:28:33 +01:00
github.com/jawher/mow.cli v1.1.0
github.com/jmoiron/sqlx v1.2.0
2020-07-19 11:32:37 +02:00
github.com/lib/pq v1.7.0
2019-12-14 07:28:33 +01:00
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
2020-07-19 11:32:37 +02:00
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1
2019-12-14 07:28:33 +01:00
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
github.com/smartystreets/goconvey v1.6.4 // indirect
2020-07-19 11:32:37 +02:00
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
2019-12-14 07:28:33 +01:00
)