jlelse
/
kis3
Archived
1
Fork 0
This repository has been archived on 2021-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
kis3/go.mod

27 lines
1.0 KiB
Modula-2

module github.com/kis3/kis3
go 1.12
require (
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/gobuffalo/logger v1.0.1 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/gobuffalo/packr/v2 v2.5.2
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/jordan-wright/email v0.0.0-20190218024454-3ea4d25e7cf8
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/mssola/user_agent v0.5.0
github.com/rubenv/sql-migrate v0.0.0-20190717103323-87ce952f7079
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/whiteshtef/clockwork v0.0.0-20190417075149-ecf7d9abe8ec
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
)