Skip to content

Commit

Permalink
Switch to gopkg.in/yaml.v3
Browse files Browse the repository at this point in the history
Also, update vendor dependencies.

See issues #70 and #71
  • Loading branch information
dnaeon committed Aug 15, 2022
1 parent dd1bc74 commit cda8081
Show file tree
Hide file tree
Showing 29 changed files with 2,551 additions and 1,138 deletions.
15 changes: 0 additions & 15 deletions Gopkg.lock

This file was deleted.

38 changes: 0 additions & 38 deletions Gopkg.toml

This file was deleted.

2 changes: 1 addition & 1 deletion cassette/cassette.go
Expand Up @@ -35,7 +35,7 @@ import (
"sync"
"time"

"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

// Cassette format versions
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,5 +6,5 @@ require (
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -96,3 +96,5 @@ gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
2 changes: 1 addition & 1 deletion v2/cassette/cassette.go
Expand Up @@ -35,7 +35,7 @@ import (
"sync"
"time"

"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

// Cassette format versions
Expand Down
17 changes: 0 additions & 17 deletions vendor/gopkg.in/yaml.v2/.travis.yml

This file was deleted.

201 changes: 0 additions & 201 deletions vendor/gopkg.in/yaml.v2/LICENSE

This file was deleted.

0 comments on commit cda8081

Please sign in to comment.