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

22 lines
761 B
Modula-2
Raw Normal View History

2019-04-02 14:28:06 +00:00
module kis3.dev/kis3
go 1.12
require (
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gobuffalo/packr v1.25.0 // indirect
github.com/gobuffalo/packr/v2 v2.2.0
2019-05-01 09:46:52 +00:00
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/handlers v1.4.0
2019-04-05 07:32:38 +00:00
github.com/gorilla/mux v1.7.1
2019-05-01 09:46:52 +00:00
github.com/jordan-wright/email v0.0.0-20190218024454-3ea4d25e7cf8
github.com/lib/pq v1.1.0 // indirect
github.com/mattn/go-sqlite3 v0.0.0-20190424093727-5994cc52dfa8
2019-04-05 15:32:11 +00:00
github.com/mssola/user_agent v0.5.0
2019-04-05 14:47:04 +00:00
github.com/rubenv/sql-migrate v0.0.0-20190327083759-54bad0a9b051
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
google.golang.org/appengine v1.5.0 // 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
)