diff --git a/go.mod b/go.mod index 9f7d5e2a458..edebff68964 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,6 @@ require ( golang.org/x/term v0.43.0 golang.org/x/tools v0.45.0 golang.org/x/vuln v1.3.0 - gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -116,4 +115,5 @@ require ( google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect google.golang.org/grpc v1.79.3 // indirect google.golang.org/protobuf v1.36.11 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/pkg/workflow/skip_author_associations_test.go b/pkg/workflow/skip_author_associations_test.go index a5c171ed30d..1fe02ee8473 100644 --- a/pkg/workflow/skip_author_associations_test.go +++ b/pkg/workflow/skip_author_associations_test.go @@ -11,7 +11,7 @@ import ( "github.com/github/gh-aw/pkg/testutil" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "gopkg.in/yaml.v3" + "go.yaml.in/yaml/v3" ) func TestExtractSkipAuthorAssociations(t *testing.T) {