Skip to content

Commit

Permalink
Update dep constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
timonwong committed Apr 12, 2018
1 parent 7153d88 commit 56ed737
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
15 changes: 11 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
Expand All @@ -20,7 +19,10 @@
# name = "github.com/x/y"
# version = "2.4.0"

[prune]
go-tests = true
unused-packages = true

[[constraint]]
name = "go.uber.org/zap"
version = "1.5.0"
version = "1.7.0"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# zap-syslog

[![GoDoc](https://godoc.org/github.com/imperfectgo/zap-syslog?status.svg)](https://godoc.org/github.com/imperfectgo/zap-syslog)
[![Build Status](https://travis-ci.org/imperfectgo/zap-syslog.svg?branch=master)](https://travis-ci.org/imperfectgo/zap-syslog)
[![Go Report Card](https://goreportcard.com/badge/github.com/imperfectgo/zap-syslog)](https://goreportcard.com/report/github.com/imperfectgo/zap-syslog)
[![Coverage](https://codecov.io/gh/imperfectgo/zap-syslog/branch/master/graph/badge.svg)](https://codecov.io/gh/imperfectgo/zap-syslog)

Syslog (RFC5424) encoder & syncer for [zap](https://github.com/uber-go/zap).

0 comments on commit 56ed737

Please sign in to comment.