Skip to content

Commit e8dc8da

Browse files
authored
fix gitmodule (#14)
* update dependencies * update sql reference * try fix submodule * try fixing gitmodule
1 parent a2ef48f commit e8dc8da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "queuerSql"]
1+
[submodule "github.com/siherrmann/queuerSql"]
22
path = sql
33
url = https://github.com/siherrmann/queuerSql.git

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/pmezard/go-difflib v1.0.0 // indirect
6868
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6969
github.com/shirou/gopsutil/v4 v4.25.10 // indirect
70-
github.com/siherrmann/queuerSql v0.0.0-20251129210855-0dcd844d7c2c
70+
github.com/siherrmann/queuerSql v0.0.0-20251130135331-9ed23b19fae5
7171
github.com/sirupsen/logrus v1.9.3 // indirect
7272
github.com/spf13/cobra v1.10.1
7373
github.com/tklauser/go-sysconf v0.3.16 // indirect

sql

Submodule sql updated 1 file

0 commit comments

Comments
 (0)