mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-13 12:06:29 +00:00
b6e47a3f4a
* update github.com/containerd/containerd v1.5.7 -> v1.5.9 * update github.com/lib/pq v1.10.3 -> v1.10.4 * update github.com/prometheus/client_golang v1.11.0 -> v1.12.0 * update github.com/rs/zerolog v1.25.0 -> v1.26.1 * update golang.org/x/crypto 2021-12-15 -> 2022-01-28
11 lines
244 B
Modula-2
11 lines
244 B
Modula-2
module github.com/rs/zerolog
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.3.0
|
|
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e // indirect
|
|
golang.org/x/tools v0.1.7
|
|
)
|