Skip to content

Commit 0649c84

Browse files
committed
.
1 parent b24f0c6 commit 0649c84

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-2
5+
require github.com/codeshelldev/gotl v0.0.7-3
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
@@ -6,6 +6,8 @@ github.com/codeshelldev/gotl v0.0.6 h1:d2u+kz2zbxPuZYVZXciJ/EfDlG0eVO2/lM1pXokIJ
66
github.com/codeshelldev/gotl v0.0.6/go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk=
77
github.com/codeshelldev/gotl v0.0.7-2 h1:fEzLV5qBLu/KROXyNs4Sn78MG3UN/TTegtafdaeYyOU=
88
github.com/codeshelldev/gotl v0.0.7-2/go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk=
9+
github.com/codeshelldev/gotl v0.0.7-3 h1:wgiVboSDIlth0JILTV/gO8gHwCZbc2FJsSzXxu9G+sc=
10+
github.com/codeshelldev/gotl v0.0.7-3/go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk=
911
github.com/codeshelldev/gotl v0.0.7 h1:io/KshzcR7gmtgfp27JjHGVspPxITeZ+Q8D2154v0yQ=
1012
github.com/codeshelldev/gotl v0.0.7/go.mod h1:rDkJma6eQSRfCr7ieX9/esn3/uAWNzjHfpjlr9j6FFk=
1113
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
@@ -31,7 +31,7 @@ func main() {
3131
log.Info(`
3232
3333
┌────────────────────────────────────────────────┐
34-
[1;34m│[0m [1;32m s 🎄 Happy Holidays! 🎄 [0m [1;34m│[0m
34+
[1;34m│[0m [1;32m 🎄 Happy Holidays! 🎄 [0m [1;34m│[0m
3535
│ │
3636
│ Thank you for using this project and for all  │
3737
│ the downloads, stars, and support this year.  │

0 commit comments

Comments
 (0)