Skip to content

Commit b114440

Browse files
committed
only wanted to change the module dependency that needed a change
1 parent 5cc3ffe commit b114440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/api/src/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module github.com/specterops/bloodhound/src
1818

19-
go 1.23.0
19+
go 1.23
2020

2121
require (
2222
github.com/bloodhoundad/azurehound/v2 v2.0.1

packages/go/crypto/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module github.com/specterops/bloodhound/crypto
1818

19-
go 1.23.0
19+
go 1.23
2020

2121
require (
2222
github.com/shirou/gopsutil/v3 v3.23.5

0 commit comments

Comments
 (0)