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-faker/faker/v4 v4.2.0
github.com/go-openapi/strfmt v0.21.8
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 5, 2023
1 parent a9c152b commit b7a0dc4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 107 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/haproxytech/client-native/v5
go 1.21

require (
github.com/go-faker/faker/v4 v4.1.1
github.com/go-faker/faker/v4 v4.2.0
github.com/go-openapi/errors v0.20.4
github.com/go-openapi/strfmt v0.21.7
github.com/go-openapi/strfmt v0.21.8
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/v5 v5.0.1-0.20231205133436-67d880c8f163
github.com/json-iterator/go v1.1.12
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
Expand All @@ -28,7 +28,7 @@ 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
Expand All @@ -37,8 +37,7 @@ require (
github.com/modern-go/reflect2 v1.0.2 // 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/mod v0.14.0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit b7a0dc4

Please sign in to comment.