File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55require (
66 github.com/blang/semver/v4 v4.0.0
77 github.com/google/uuid v1.6.0
8- github.com/stretchr/testify v1.12.0
8+ github.com/stretchr/testify v1.12.1
99)
1010
1111require (
@@ -18,6 +18,7 @@ require (
1818require (
1919 github.com/davecgh/go-spew v1.1.1 // indirect
2020 github.com/pmezard/go-difflib v1.0.0 // indirect
21+ go.yaml.in/yaml/v3 v3.0.5 // indirect
2122 golang.org/x/net v0.43.0 // indirect
2223 gopkg.in/yaml.v3 v3.0.1 // indirect
2324)
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
1818github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
1919github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI =
2020github.com/stretchr/testify v1.12.0 /go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw =
21+ github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE =
22+ github.com/stretchr/testify v1.12.1 /go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg =
2123github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a h1:a6TNDN9CgG+cYjaeN8l2mc4kSz2iMiCDQxPEyltUV/I =
2224github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a /go.mod h1:EbW0wDK/qEUYI0A5bqq0C2kF8JTQwWONmGDBbzsxxHo =
25+ go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw =
26+ go.yaml.in/yaml/v3 v3.0.5 /go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg =
2327golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE =
2428golang.org/x/net v0.43.0 /go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg =
2529golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE =
You can’t perform that action at this time.
0 commit comments