Skip to content

Commit

Permalink
chore(deps) replace yaml lib (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jul 24, 2023
1 parent a9da019 commit a3aff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v2"
"sigs.k8s.io/yaml"
)

func TestNewTestClient(t *testing.T) {
Expand Down

0 comments on commit a3aff39

Please sign in to comment.