Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/191-switch-to-atomicgoassert' in…
Browse files Browse the repository at this point in the history
…to 191-switch-to-atomicgoassert
  • Loading branch information
MarvinJWendt committed Nov 22, 2022
2 parents 3cb5eb4 + 2827ee5 commit 87aa81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@
</a>

<a href="https://codecov.io/gh/MarvinJWendt/testza">
<!-- unittestcount:start --><img src="https://img.shields.io/badge/Unit_Tests-3007-magenta?style=flat-square" alt="Unit test count"><!-- unittestcount:end -->
<!-- unittestcount:start --><img src="https://img.shields.io/badge/Unit_Tests-1419-magenta?style=flat-square" alt="Unit test count"><!-- unittestcount:end -->
</a>

<a href="https://pkg.go.dev/github.com/MarvinJWendt/testza" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,14 +3,14 @@ module github.com/MarvinJWendt/testza
go 1.18

require (
atomicgo.dev/assert v0.0.2
github.com/davecgh/go-spew v1.1.1
github.com/klauspost/cpuid/v2 v2.2.0
github.com/pterm/pterm v0.12.49
github.com/sergi/go-diff v1.2.0
)

require (
atomicgo.dev/assert v0.0.2 // indirect
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.8 // indirect
github.com/containerd/console v1.0.3 // indirect
Expand Down

0 comments on commit 87aa81f

Please sign in to comment.