Skip to content

Commit 4e2239f

Browse files
authored
Merge pull request #19 from fredbi/fix/yaml-dependency
chore: fixed undue deprecated yaml dependency
2 parents b5d5d3d + ea0f2b9 commit 4e2239f

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ require (
1111
github.com/go-openapi/testify/v2 v2.4.2
1212
go.yaml.in/yaml/v3 v3.0.4
1313
golang.org/x/tools v0.44.0
14-
gopkg.in/yaml.v2 v2.4.0
1514
)
1615

1716
require (

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
4040
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
4141
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
4242
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
43-
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
44-
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=

internal/integration/helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"encoding/json"
88
"testing"
99

10-
"gopkg.in/yaml.v2"
10+
"go.yaml.in/yaml/v3"
1111

1212
"github.com/go-openapi/testify/v2/assert"
1313

0 commit comments

Comments
 (0)