Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/russellhaering/goxmldsig v1.5.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/shirou/gopsutil/v3 v3.24.5
github.com/specterops/dawgs v0.4.8
github.com/specterops/dawgs v0.4.9
github.com/stretchr/testify v1.11.1
github.com/teambition/rrule-go v1.8.2
github.com/ulule/limiter/v3 v3.11.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ github.com/sonatard/noctx v0.1.0 h1:JjqOc2WN16ISWAjAk8M5ej0RfExEXtkEyExl2hLW+OM=
github.com/sonatard/noctx v0.1.0/go.mod h1:0RvBxqY8D4j9cTTTWE8ylt2vqj2EPI8fHmrxHdsaZ2c=
github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCpA8G0=
github.com/sourcegraph/go-diff v0.7.0/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs=
github.com/specterops/dawgs v0.4.8 h1:niOd9iNgGRbt7oPpXZgGnt3AAv+6XtTZeOswciEkrRc=
github.com/specterops/dawgs v0.4.8/go.mod h1:qhuKAFNIL0NVf4HIEllbR9xIdJIHKTz2WP1INlkG8Zk=
github.com/specterops/dawgs v0.4.9 h1:l+CDtBlOX5Yhgyqmc8KYsdBthFQ7N/ShCyw754UKJmc=
github.com/specterops/dawgs v0.4.9/go.mod h1:qhuKAFNIL0NVf4HIEllbR9xIdJIHKTz2WP1INlkG8Zk=
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
github.com/spf13/cast v1.10.0 h1:h2x0u2shc1QuLHfxi+cTJvs30+ZAHOGRic8uyGTDWxY=
Expand Down
Loading