Skip to content

Commit

Permalink
Replace removed yaml module (#16703)
Browse files Browse the repository at this point in the history
In #16586 the module include was
removed. This causes failures in the script when the module is referenced. This
commit re-enables the include for the yaml module.
  • Loading branch information
donoghuc authored Nov 20, 2024
1 parent 977efbd commit 7b3d23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/data/logstash/env2yaml/env2yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package main
import (
"errors"
"fmt"
"gopkg.in/yaml.v2"
"io/ioutil"
"log"
"os"
Expand Down

0 comments on commit 7b3d23b

Please sign in to comment.