Skip to content

Commit da5182e

Browse files
committed
BUILD/MEDIUM: go-swagger: upgrade go-swagger to 0.29.0
1 parent b824ff1 commit da5182e

File tree

532 files changed

+5754
-3144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

532 files changed

+5754
-3144
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"address": "127.0.0.5",
32
"admin_state": "ready",
4-
"operational_state": "up",
5-
"port": 80,
6-
"server_id": 1,
7-
"server_name": "server_01"
3+
"operational_state": "up"
84
}

go.mod

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/haproxytech/dataplaneapi
22

33
go 1.17
44

5+
replace github.com/haproxytech/client-native/v3 => ../client-native
6+
57
require (
68
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
79
github.com/aws/aws-sdk-go-v2 v1.3.1
@@ -13,16 +15,16 @@ require (
1315
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
1416
github.com/fsnotify/fsnotify v1.4.9
1517
github.com/getkin/kin-openapi v0.17.0
16-
github.com/go-openapi/errors v0.19.4
17-
github.com/go-openapi/loads v0.19.5
18-
github.com/go-openapi/runtime v0.19.15
19-
github.com/go-openapi/spec v0.19.7
20-
github.com/go-openapi/strfmt v0.19.5
21-
github.com/go-openapi/swag v0.19.9
22-
github.com/go-openapi/validate v0.19.8
18+
github.com/go-openapi/errors v0.20.2
19+
github.com/go-openapi/loads v0.21.1
20+
github.com/go-openapi/runtime v0.24.1
21+
github.com/go-openapi/spec v0.20.6
22+
github.com/go-openapi/strfmt v0.21.2
23+
github.com/go-openapi/swag v0.21.1
24+
github.com/go-openapi/validate v0.22.0
2325
github.com/google/renameio v1.0.1
24-
github.com/google/uuid v1.2.0
25-
github.com/haproxytech/client-native/v3 v3.1.1-0.20220708072057-442013a46bac
26+
github.com/google/uuid v1.3.0
27+
github.com/haproxytech/client-native/v3 v3.1.1
2628
github.com/haproxytech/config-parser/v4 v4.0.0-rc3.0.20220707144330-d923070bf375
2729
github.com/hashicorp/consul/api v1.6.0
2830
github.com/hashicorp/hcl v1.0.0
@@ -34,18 +36,16 @@ require (
3436
github.com/rs/cors v1.7.0
3537
github.com/shirou/gopsutil v3.21.4+incompatible
3638
github.com/sirupsen/logrus v1.8.1
37-
github.com/stretchr/testify v1.6.1
38-
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
39+
github.com/stretchr/testify v1.8.0
40+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
3941
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
40-
gopkg.in/yaml.v2 v2.3.0
42+
gopkg.in/yaml.v2 v2.4.0
4143
)
4244

4345
require (
44-
github.com/PuerkitoBio/purell v1.1.1 // indirect
45-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
4646
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
4747
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
48-
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
48+
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
4949
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.4 // indirect
5050
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.4 // indirect
5151
github.com/aws/aws-sdk-go-v2/service/sso v1.1.3 // indirect
@@ -56,12 +56,13 @@ require (
5656
github.com/fatih/color v1.9.0 // indirect
5757
github.com/ghodss/yaml v1.0.0 // indirect
5858
github.com/go-ole/go-ole v1.2.4 // indirect
59-
github.com/go-openapi/analysis v0.19.10 // indirect
60-
github.com/go-openapi/jsonpointer v0.19.3 // indirect
61-
github.com/go-openapi/jsonreference v0.19.3 // indirect
62-
github.com/go-stack/stack v1.8.0 // indirect
59+
github.com/go-openapi/analysis v0.21.2 // indirect
60+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
61+
github.com/go-openapi/jsonreference v0.20.0 // indirect
62+
github.com/go-stack/stack v1.8.1 // indirect
6363
github.com/gofrs/flock v0.8.1 // indirect
64-
github.com/google/go-cmp v0.5.4 // indirect
64+
github.com/google/go-cmp v0.5.8 // indirect
65+
github.com/haproxytech/client-native/v4 v4.0.0-rc1 // indirect
6566
github.com/haproxytech/go-logger v1.1.0 // indirect
6667
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
6768
github.com/hashicorp/go-hclog v0.12.0 // indirect
@@ -71,22 +72,23 @@ require (
7172
github.com/hashicorp/serf v0.9.3 // indirect
7273
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
7374
github.com/jmespath/go-jmespath v0.4.0 // indirect
75+
github.com/josharian/intern v1.0.0 // indirect
7476
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
7577
github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc // indirect
7678
github.com/lestrrat-go/strftime v0.0.0-20180821113735-8b31f9c59b0f // indirect
77-
github.com/mailru/easyjson v0.7.1 // indirect
79+
github.com/mailru/easyjson v0.7.7 // indirect
7880
github.com/mattn/go-colorable v0.1.6 // indirect
7981
github.com/mattn/go-isatty v0.0.12 // indirect
8082
github.com/mitchellh/go-homedir v1.1.0 // indirect
81-
github.com/mitchellh/mapstructure v1.2.2 // indirect
83+
github.com/mitchellh/mapstructure v1.5.0 // indirect
8284
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
8385
github.com/modern-go/reflect2 v1.0.2 // indirect
86+
github.com/oklog/ulid v1.3.1 // indirect
8487
github.com/pkg/errors v0.9.1 // indirect
8588
github.com/pmezard/go-difflib v1.0.0 // indirect
8689
github.com/tebeka/strftime v0.1.5 // indirect
8790
github.com/tklauser/go-sysconf v0.3.6 // indirect
8891
github.com/tklauser/numcpus v0.2.2 // indirect
89-
go.mongodb.org/mongo-driver v1.3.0 // indirect
90-
golang.org/x/text v0.3.7 // indirect
91-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
92+
go.mongodb.org/mongo-driver v1.8.3 // indirect
93+
gopkg.in/yaml.v3 v3.0.1 // indirect
9294
)

0 commit comments

Comments
 (0)