mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-11 19:16:32 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
9 lines
249 B
Modula-2
9 lines
249 B
Modula-2
module github.com/rs/zerolog
|
|
|
|
require (
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rs/xid v1.2.1
|
|
github.com/zenazn/goji v0.9.0
|
|
golang.org/x/tools v0.0.0-20190828213141-aed303cbaa74
|
|
)
|