Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed Mar 7, 2024
1 parent 0bfbda4 commit 01ff43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/madz-lab/insertion-queue v0.0.0-20230520191346-295d3348f63a
github.com/olahol/melody v1.1.4
github.com/peterbourgon/ff/v3 v3.4.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
github.com/vektah/gqlparser/v2 v2.5.11
go.uber.org/multierr v1.11.0
Expand Down Expand Up @@ -50,7 +51,6 @@ require (
github.com/linxGnu/grocksdb v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
Expand Down

0 comments on commit 01ff43f

Please sign in to comment.