Skip to content

Commit

Permalink
BUILD/MINOR: go.mod: update Go packages
Browse files Browse the repository at this point in the history
github.com/go-openapi/validate v0.22.3
github.com/google/uuid v1.4.0
github.com/go-openapi/spec v0.20.11
go.mongodb.org/mongo-driver v1.13.0
  • Loading branch information
Gopher Bot committed Dec 1, 2023
1 parent b51a990 commit 08769ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 101 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require (
github.com/go-openapi/errors v0.20.4
github.com/go-openapi/strfmt v0.21.7
github.com/go-openapi/swag v0.22.4
github.com/go-openapi/validate v0.22.1
github.com/go-openapi/validate v0.22.3
github.com/google/go-cmp v0.6.0
github.com/google/renameio v1.0.1
github.com/google/uuid v1.3.1
github.com/google/uuid v1.4.0
github.com/haproxytech/config-parser/v4 v4.1.5
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mitchellh/mapstructure v1.5.0
Expand All @@ -24,15 +24,14 @@ require (
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/loads v0.21.2 // indirect
github.com/go-openapi/spec v0.20.9 // indirect
github.com/go-openapi/spec v0.20.11 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/haproxytech/go-logger v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
go.mongodb.org/mongo-driver v1.12.1 // indirect
go.mongodb.org/mongo-driver v1.13.0 // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 08769ac

Please sign in to comment.