Skip to content

Commit 3d5ab00

Browse files
committed
Re-added yaml parsing lib that made the go build phase to fail
1 parent 8abc793 commit 3d5ab00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/data/logstash/env2yaml/env2yaml.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ package main
1717
import (
1818
"errors"
1919
"fmt"
20+
"gopkg.in/yaml.v2"
2021
"io/ioutil"
2122
"log"
2223
"os"

0 commit comments

Comments
 (0)