diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.21.5 | |||
4 | 4 | ||
5 | require ( | 5 | require ( |
6 | github.com/elastic/go-libaudit/v2 v2.5.0 | 6 | github.com/elastic/go-libaudit/v2 v2.5.0 |
7 | github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 | ||
7 | gopkg.in/yaml.v3 v3.0.1 | 8 | gopkg.in/yaml.v3 v3.0.1 |
8 | ) | 9 | ) |
9 | 10 | ||