We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ef48f commit e8dc8daCopy full SHA for e8dc8da
3 files changed
.gitmodules
@@ -1,3 +1,3 @@
1
-[submodule "queuerSql"]
+[submodule "github.com/siherrmann/queuerSql"]
2
path = sql
3
url = https://github.com/siherrmann/queuerSql.git
go.mod
@@ -67,7 +67,7 @@ require (
67
github.com/pmezard/go-difflib v1.0.0 // indirect
68
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
69
github.com/shirou/gopsutil/v4 v4.25.10 // indirect
70
- github.com/siherrmann/queuerSql v0.0.0-20251129210855-0dcd844d7c2c
+ github.com/siherrmann/queuerSql v0.0.0-20251130135331-9ed23b19fae5
71
github.com/sirupsen/logrus v1.9.3 // indirect
72
github.com/spf13/cobra v1.10.1
73
github.com/tklauser/go-sysconf v0.3.16 // indirect
sql
0 commit comments