17 lines
672 B
Modula-2
17 lines
672 B
Modula-2
module github.com/tiburon-777/OTUS_HighLoad
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
|
|
github.com/codegangsta/martini v0.0.0-20170121215854-22fa46961aab
|
|
github.com/codegangsta/martini-contrib v0.0.0-20140208234550-8ce6181c2609
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/mdigger/translit v0.0.0-20190913173519-84222363843c
|
|
github.com/tiburon-777/modules v0.0.0-20201210103219-a0362a8da783
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03 // indirect
|
|
)
|