Skip to content

Commit

Permalink
Update build to use v0.9.6 of go-libp4dlog
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowham committed Jun 10, 2021
1 parent e9ab923 commit f47e2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/prometheus/common v0.15.0 // indirect
github.com/rcowham/go-libp4dlog v0.9.5
github.com/rcowham/go-libp4dlog v0.9.6
github.com/rcowham/go-libtail v0.1.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ github.com/rcowham/go-libp4dlog v0.9.4 h1:s7HeTsTlUGgQu8KnGrJz3HZ6YNtcpWNs66Jlt+
github.com/rcowham/go-libp4dlog v0.9.4/go.mod h1:un2Mss+FGxti6HfAgZqiH7qPo2iMLwwDDP+1ZvvkqZA=
github.com/rcowham/go-libp4dlog v0.9.5 h1:0t7rWS9WB/Ef2qXv3zWb3TGOSGMDohTsVdK5ms2eFPg=
github.com/rcowham/go-libp4dlog v0.9.5/go.mod h1:un2Mss+FGxti6HfAgZqiH7qPo2iMLwwDDP+1ZvvkqZA=
github.com/rcowham/go-libp4dlog v0.9.6 h1:vu3ah3gcZT2ktBbE0tltFmpAZHJcZ3C0AcyGIewOXvM=
github.com/rcowham/go-libp4dlog v0.9.6/go.mod h1:un2Mss+FGxti6HfAgZqiH7qPo2iMLwwDDP+1ZvvkqZA=
github.com/rcowham/go-libtail v0.1.0 h1:VdN2YbVUXNMKoORZ3u/vVW0iUY07tzrrdZTOpyhEr54=
github.com/rcowham/go-libtail v0.1.0/go.mod h1:+DkaEGPlgLKzIv26Br8l1Xd36GK52ENBZ8DIDTS/2HQ=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
Expand Down

0 comments on commit f47e2d8

Please sign in to comment.