Skip to content

Commit

Permalink
zhclog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Feb 26, 2023
1 parent b40ba99 commit 595b2a3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions zhclog/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
module github.com/dcarbone/zadapters/zhclog

go 1.15
go 1.19

require (
github.com/hashicorp/go-hclog v0.14.1
github.com/rs/zerolog v1.20.0
github.com/hashicorp/go-hclog v1.4.0
github.com/rs/zerolog v1.29.0
)

require (
github.com/fatih/color v1.13.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
)

0 comments on commit 595b2a3

Please sign in to comment.