Skip to content

Commit

Permalink
feat: add zapadapter
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Feb 25, 2022
1 parent 63c56ee commit 0606624
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
module github.com/instill-ai/x

go 1.17

require (
go.temporal.io/sdk v1.13.1
go.uber.org/zap v1.21.0
)

require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
)
Loading

0 comments on commit 0606624

Please sign in to comment.