File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/codeshelldev/secured-signal-api
22
33go 1.25.5
44
5- require github.com/codeshelldev/gotl v0.0.7-4
5+ require github.com/codeshelldev/gotl v0.0.7-5
66
77require go.uber.org/zap v1.27.1 // indirect
88
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ github.com/codeshelldev/gotl v0.0.7-3 h1:wgiVboSDIlth0JILTV/gO8gHwCZbc2FJsSzXxu9
1010github.com/codeshelldev/gotl v0.0.7-3 /go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk =
1111github.com/codeshelldev/gotl v0.0.7-4 h1:ci7PpcEjJ4EvyN5LCae6OYJjgekYOUlMmqGwCxoTQRw =
1212github.com/codeshelldev/gotl v0.0.7-4 /go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk =
13+ github.com/codeshelldev/gotl v0.0.7-5 h1:bEPrYkLqpbl4jOt5OEq1Qw7FtE9gBjcIlUijyOpwmW8 =
14+ github.com/codeshelldev/gotl v0.0.7-5 /go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk =
1315github.com/codeshelldev/gotl v0.0.7 h1:io/KshzcR7gmtgfp27JjHGVspPxITeZ+Q8D2154v0yQ =
1416github.com/codeshelldev/gotl v0.0.7 /go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk =
1517github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 docker "github.com/codeshelldev/secured-signal-api/utils/docker"
1111)
1212
13- //triggers
13+ //trigger
1414var proxy reverseProxy.Proxy
1515
1616func main () {
You can’t perform that action at this time.
0 commit comments