Use Go Modules
This commit is contained in:
parent
4efaaadbd2
commit
b2e3a93e7d
2 changed files with 127 additions and 0 deletions
19
go.mod
Normal file
19
go.mod
Normal file
|
@ -0,0 +1,19 @@
|
|||
module gitlab.com/trantor/trantor
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
||||
github.com/go-pg/pg v8.0.6+incompatible
|
||||
github.com/gorilla/mux v1.7.3
|
||||
github.com/gorilla/securecookie v1.1.1
|
||||
github.com/gorilla/sessions v1.2.0
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jmhodges/gocld2 v0.0.0-20180523203442-58c6ee0ad8b6
|
||||
github.com/meskio/epubgo v0.0.0-20160213181628-90dd5d78197f
|
||||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
||||
github.com/prometheus/client_golang v1.2.1
|
||||
github.com/prometheus/common v0.7.0
|
||||
golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59
|
||||
mellium.im/sasl v0.2.1 // indirect
|
||||
)
|
Reference in a new issue