server/go.mod

33 lines
1.3 KiB
Modula-2

module git.codemonkeysoftware.net/mouseion/server
require (
github.com/CloudyKit/jet/v6 v6.1.0
github.com/JeremyLoy/config v1.4.0
github.com/go-chi/chi/v5 v5.0.5
github.com/golang-migrate/migrate/v4 v4.14.0
github.com/gorilla/sessions v1.2.1
github.com/jmoiron/sqlx v1.3.4
github.com/mattn/go-sqlite3 v1.14.8
github.com/volatiletech/authboss-clientstate v0.0.0-20200826024349-8d4e74078241
github.com/volatiletech/authboss/v3 v3.2.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
require (
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/friendsofgo/errors v0.9.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)
go 1.17