Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
PDOK-16462
  • Loading branch information
roelarents committed May 22, 2024
1 parent a9846a1 commit 3212883
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 @@ -6,6 +6,7 @@ require github.com/urfave/cli/v2 v2.27.2

require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
github.com/creasty/defaults v1.7.0
github.com/go-co-op/gocron/v2 v2.5.0
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.3.0
Expand All @@ -25,7 +26,6 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/creasty/defaults v1.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/flatbuffers v23.5.26+incompatible // indirect
Expand Down

0 comments on commit 3212883

Please sign in to comment.