skeleton/go.mod

25 lines
838 B
Modula-2
Raw Normal View History

2019-12-14 07:28:33 +01:00
module bitmask.me/skeleton
2020-07-19 12:02:08 +02:00
go 1.14
2019-12-14 07:28:33 +01:00
require (
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
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
2020-07-19 15:52:08 +02:00
github.com/golang-migrate/migrate/v4 v4.11.0
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/pkg/errors v0.9.1
2019-12-14 07:28:33 +01:00
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
2020-07-20 00:50:05 +02:00
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c // indirect
2019-12-14 07:28:33 +01:00
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
gopkg.in/ini.v1 v1.57.0 // indirect
2019-12-14 07:28:33 +01:00
)