Skip to content

Commit b5bec08

Browse files
committed
.
1 parent 68ce59a commit b5bec08

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/codeshelldev/secured-signal-api
22

33
go 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

77
require go.uber.org/zap v1.27.1 // indirect
88

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ github.com/codeshelldev/gotl v0.0.7-3 h1:wgiVboSDIlth0JILTV/gO8gHwCZbc2FJsSzXxu9
1010
github.com/codeshelldev/gotl v0.0.7-3/go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk=
1111
github.com/codeshelldev/gotl v0.0.7-4 h1:ci7PpcEjJ4EvyN5LCae6OYJjgekYOUlMmqGwCxoTQRw=
1212
github.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=
1315
github.com/codeshelldev/gotl v0.0.7 h1:io/KshzcR7gmtgfp27JjHGVspPxITeZ+Q8D2154v0yQ=
1416
github.com/codeshelldev/gotl v0.0.7/go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk=
1517
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
docker "github.com/codeshelldev/secured-signal-api/utils/docker"
1111
)
1212

13-
//triggers
13+
//trigger
1414
var proxy reverseProxy.Proxy
1515

1616
func main() {

0 commit comments

Comments
 (0)