mirror of
https://github.com/oscar-davids/lpmsdemo.git
synced 2025-12-24 12:37:59 +08:00
12 lines
307 B
Modula-2
12 lines
307 B
Modula-2
module github.com/oscar-davids/lpmsdemo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/gorilla/mux v1.7.4 // indirect
|
|
github.com/jinzhu/gorm v1.9.14 // indirect
|
|
github.com/livepeer/joy4 v0.1.2-0.20191121080656-b2fea45cbded
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|