29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module github.com/sentriz/gonic
|
|
|
|
require (
|
|
cloud.google.com/go v0.40.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.4.2 // indirect
|
|
github.com/Masterminds/sprig v2.20.0+incompatible
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.1.3
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/jinzhu/gorm v1.9.9
|
|
github.com/josephburnett/jd v0.0.0-20190531151850-1f9071c800e7
|
|
github.com/karrick/godirwalk v1.10.12
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/nicksellen/audiotags v0.0.0-20160226222119-94015fa599bd
|
|
github.com/peterbourgon/ff v1.2.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/wader/gormstore v0.0.0-20190302154359-acb787ba3755
|
|
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
)
|
|
|
|
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
|