de075e529d
* update gopkg.in/macaron.v1 * update github.com/go-macaron/binding * update github.com/go-macaron/session * Substitute github.com/Unknwon/com with github.com/unknwon/com * Clean up modules using `go mod tidy` * Substitute github.com/Unknwon/bra with github.com/unknwon/bra
9 lines
329 B
Modula-2
9 lines
329 B
Modula-2
module github.com/unknwon/com
|
|
|
|
require (
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
|
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c
|
|
)
|