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

29 lines
1.2 KiB
Modula-2
Raw Normal View History

2020-04-18 09:52:50 +00:00
module kis3.dev/kis3
2019-04-02 14:28:06 +00:00
2020-04-01 14:55:54 +00:00
go 1.14
2019-04-02 14:28:06 +00:00
require (
2020-02-22 10:58:47 +00:00
github.com/go-sql-driver/mysql v1.5.0 // indirect
2019-05-26 07:12:30 +00:00
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
2020-04-01 14:55:54 +00:00
github.com/gobuffalo/packr/v2 v2.8.0
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
2020-02-22 10:58:47 +00:00
github.com/gorilla/mux v1.7.4
2020-04-01 14:55:54 +00:00
github.com/jordan-wright/email v0.0.0-20200322182553-8eef2508c362
github.com/karrick/godirwalk v1.15.5 // indirect
2020-02-22 10:58:47 +00:00
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
2020-01-13 06:51:40 +00:00
github.com/mssola/user_agent v0.5.1
2020-04-01 14:55:54 +00:00
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rubenv/sql-migrate v0.0.0-20200401080106-baf4e4b6812c
github.com/sirupsen/logrus v1.5.0 // indirect
2019-05-26 07:12:30 +00:00
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
2020-02-22 10:58:47 +00:00
github.com/whiteshtef/clockwork v0.0.0-20200221012748-027e62affd84
2020-04-01 14:55:54 +00:00
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
2020-02-22 10:58:47 +00:00
gopkg.in/yaml.v2 v2.2.8 // indirect
2019-04-02 14:28:06 +00:00
)