Skip to content

Commit

Permalink
chore:update the dependencies a bit and fix a broken unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jun 14, 2024
1 parent 852468f commit 59321d1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 27 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/xmidt-org/svalinn
go 1.12

require (
github.com/InVisionApp/go-health/v2 v2.1.2
github.com/InVisionApp/go-health/v2 v2.1.4
github.com/cenkalti/backoff/v3 v3.2.2
github.com/go-kit/kit v0.12.0
github.com/go-kit/kit v0.13.0
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
github.com/gorilla/mux v1.8.0
github.com/justinas/alice v1.2.0
github.com/lestrrat-go/jwx/v2 v2.0.6 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.9.0
github.com/xmidt-org/bascule v0.11.0
github.com/xmidt-org/codex-db v0.7.1
github.com/xmidt-org/codex-db v0.7.3
github.com/xmidt-org/voynicrypto v0.1.1
github.com/xmidt-org/webpa-common/v2 v2.0.7
github.com/xmidt-org/wrp-go/v3 v3.1.4
Expand Down
Loading

0 comments on commit 59321d1

Please sign in to comment.