skeleton/go.mod
2020-07-20 00:50:05 +02:00

25 lines
838 B
Modula-2

module bitmask.me/skeleton
go 1.14
require (
github.com/alexedwards/scs/v2 v2.3.1
github.com/caarlos0/env v3.5.0+incompatible
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
github.com/golang-migrate/migrate/v4 v4.11.0
github.com/gorilla/csrf v1.7.0
github.com/jawher/mow.cli v1.1.0
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.7.0
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
gopkg.in/ini.v1 v1.57.0 // indirect
)