You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
374 B
14 lines
374 B
module git.kirsle.net/apps/gophertype
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/albrow/forms v0.3.3
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/jinzhu/gorm v1.9.11
|
|
github.com/kirsle/blog v0.0.0-20191022175051-d78814b9c99b
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/urfave/negroni v1.0.0
|
|
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
|
|
)
|
|
|