Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
module github.com/owncloud/ocis-pkg
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/ascarter/requestid v0.0.0-20170313220838-5b76ab3d4aee
|
||||
github.com/go-chi/chi v4.0.2+incompatible
|
||||
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
|
||||
github.com/justinas/alice v1.2.0
|
||||
github.com/micro/cli v0.2.0
|
||||
github.com/micro/go-micro v1.17.1
|
||||
github.com/micro/go-plugins v1.5.1
|
||||
github.com/prometheus/client_golang v1.2.1
|
||||
github.com/restic/calens v0.1.0 // indirect
|
||||
github.com/rs/zerolog v1.17.2
|
||||
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
||||
go.opencensus.io v0.22.2
|
||||
)
|
||||
Reference in New Issue
Block a user