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
Raw Normal View History

module github.com/kis3/kis3
2019-04-02 14:28:06 +00:00
2019-10-13 10:24:11 +00:00
go 1.13
2019-04-02 14:28:06 +00:00
require (
github.com/go-sql-driver/mysql v1.4.1 // indirect
2019-05-26 07:12:30 +00:00
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
2019-07-25 16:20:56 +00:00
github.com/gobuffalo/packr v1.30.1 // indirect
2019-10-13 10:24:11 +00:00
github.com/gobuffalo/packr/v2 v2.7.1
2019-05-01 09:46:52 +00:00
github.com/google/uuid v1.1.1 // indirect
2019-07-25 16:20:56 +00:00
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
2019-10-13 10:24:11 +00:00
github.com/jordan-wright/email v0.0.0-20190819015918-041e0cec78b0
2019-07-25 16:20:56 +00:00
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.11.0
2019-04-05 15:32:11 +00:00
github.com/mssola/user_agent v0.5.0
2019-10-13 10:24:11 +00:00
github.com/rogpeppe/go-internal v1.5.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20190902133344-8926f37f0bc1
2019-05-26 07:12:30 +00:00
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
2019-05-01 09:46:52 +00:00
github.com/whiteshtef/clockwork v0.0.0-20190417075149-ecf7d9abe8ec
github.com/ziutek/mymysql v1.5.4 // indirect
2019-10-13 10:24:11 +00:00
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
google.golang.org/appengine v1.6.5 // indirect
2019-04-05 14:47:04 +00:00
gopkg.in/gorp.v1 v1.7.2 // indirect
2019-04-02 14:28:06 +00:00
)