2019-11-15 03:03:56 +00:00
|
|
|
module git.kirsle.net/apps/gophertype
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2019-11-26 03:55:28 +00:00
|
|
|
github.com/albrow/forms v0.3.3
|
2019-11-15 03:03:56 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-11-26 03:55:28 +00:00
|
|
|
github.com/gorilla/sessions v1.2.0
|
2019-11-15 03:03:56 +00:00
|
|
|
github.com/jinzhu/gorm v1.9.11
|
|
|
|
github.com/kirsle/blog v0.0.0-20191022175051-d78814b9c99b
|
2019-11-26 19:17:01 +00:00
|
|
|
github.com/kirsle/golog v0.0.0-20180411020913-51290b4f9292
|
2019-11-15 04:58:55 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2019-11-15 03:03:56 +00:00
|
|
|
github.com/urfave/negroni v1.0.0
|
2019-11-15 04:58:55 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
|
2019-11-15 03:03:56 +00:00
|
|
|
)
|