Skip to content

Commit

Permalink
Merge pull request #58 from uselagoon/feature/updategoyaml
Browse files Browse the repository at this point in the history
Updates goyaml package
  • Loading branch information
bomoko authored Dec 7, 2023
2 parents 7851712 + 362d907 commit 25cd127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/joho/godotenv v1.5.1
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)

require (
Expand Down Expand Up @@ -55,7 +54,7 @@ require (
github.com/minio/minio-go/v7 v7.0.21
github.com/tiago4orion/conjure v0.0.0-20150908101743-93cb30b9d218 // indirect
golang.org/x/net v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1
)

// Fixes for AppID
Expand Down
2 changes: 1 addition & 1 deletion internal/handler/registerFilters.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package handler
import (
"encoding/json"
"fmt"
"gopkg.in/yaml.v1"
"gopkg.in/yaml.v3"
"io/ioutil"
"path/filepath"
"strings"
Expand Down

0 comments on commit 25cd127

Please sign in to comment.