File tree Expand file tree Collapse file tree 11 files changed +13
-10
lines changed
alicloud/alibaba-cloud-sdk-go/sdk
volcengine/volcengine-go-sdk/volcengine/volcengineutil Expand file tree Collapse file tree 11 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ updates:
9090 - dependency-name : " github.com/gofrs/uuid"
9191 - dependency-name : " github.com/google/go-querystring"
9292 - dependency-name : " github.com/jmattheis/goverter"
93- - dependency-name : " github.com/jmespath/go-jmespath"
93+ - dependency-name : " github.com/jmespath-community /go-jmespath"
9494 - dependency-name : " github.com/vburenin/ifacemaker"
9595 - dependency-name : " golang.org/x/oauth2"
9696 - dependency-name : " golang.org/x/sys"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "strings"
2424 "time"
2525
26- "github.com/jmespath/go-jmespath"
26+ "github.com/jmespath-community /go-jmespath"
2727 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/auth/credentials"
2828 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/requests"
2929 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/responses"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package signers
1919import (
2020 "encoding/json"
2121 "fmt"
22- "github.com/jmespath/go-jmespath"
22+ "github.com/jmespath-community /go-jmespath"
2323 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/auth/credentials"
2424 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/errors"
2525 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/requests"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626 "strings"
2727 "time"
2828
29- "github.com/jmespath/go-jmespath"
29+ "github.com/jmespath-community /go-jmespath"
3030 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/auth/credentials"
3131 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/errors"
3232 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/requests"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package signers
1919import (
2020 "encoding/json"
2121 "fmt"
22- "github.com/jmespath/go-jmespath"
22+ "github.com/jmespath-community /go-jmespath"
2323 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/auth/credentials"
2424 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/errors"
2525 "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/alicloud/alibaba-cloud-sdk-go/sdk/requests"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package endpoints
1818
1919import (
2020 "fmt"
21- "github.com/jmespath/go-jmespath"
21+ "github.com/jmespath-community /go-jmespath"
2222 "strings"
2323)
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package endpoints
1818
1919import (
2020 "fmt"
21- "github.com/jmespath/go-jmespath"
21+ "github.com/jmespath-community /go-jmespath"
2222 "strings"
2323)
2424
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package errors
1919import (
2020 "encoding/json"
2121 "fmt"
22- "github.com/jmespath/go-jmespath"
22+ "github.com/jmespath-community /go-jmespath"
2323)
2424
2525var wrapperList = []ServerErrorWrapper {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "strconv"
2626 "strings"
2727
28- "github.com/jmespath/go-jmespath"
28+ "github.com/jmespath-community /go-jmespath"
2929)
3030
3131var indexRe = regexp .MustCompile (`(.+)\[(-?\d+)?\]$` )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
3131 github.com/google/go-querystring v1.1.0
3232 github.com/google/uuid v1.6.0
3333 github.com/jmattheis/goverter v1.4.0
34- github.com/jmespath/go-jmespath v0.4.0
34+ github.com/jmespath-community /go-jmespath v1.1.1
3535 github.com/json-iterator/go v1.1.12
3636 github.com/pkg/errors v0.9.1
3737 github.com/prometheus/client_golang v1.23.2
@@ -162,6 +162,7 @@ require (
162162 github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
163163 github.com/inconshreveable/mousetrap v1.1.0 // indirect
164164 github.com/jessevdk/go-flags v1.4.1-0.20181029123624-5de817a9aa20 // indirect
165+ github.com/jmespath/go-jmespath v0.4.0 // indirect
165166 github.com/josharian/intern v1.0.0 // indirect
166167 github.com/karrick/godirwalk v1.17.0 // indirect
167168 github.com/kylelemons/godebug v1.1.0 // indirect
You can’t perform that action at this time.
0 commit comments