Skip to content

Commit

Permalink
🥕 tslog: switch back to upstream tint
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Dec 17, 2024
1 parent 7f93873 commit 8c4f6a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

require (
github.com/database64128/netx-go v0.0.0-20241205055133-3d4b4d263f10
github.com/database64128/tint v0.0.0-20241210020910-ebdf04e854de
github.com/lmittmann/tint v1.0.6
golang.org/x/crypto v0.31.0
golang.org/x/sys v0.28.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/database64128/netx-go v0.0.0-20241205055133-3d4b4d263f10 h1:UJId3liaDh+tlJ1e3OmXqIevs9JFYXXo1K30Yx/nkrc=
github.com/database64128/netx-go v0.0.0-20241205055133-3d4b4d263f10/go.mod h1:dqHsLB0Fb36Z2NSrzKklBf27+hLifGwPEGcGGXib3Rw=
github.com/database64128/tint v0.0.0-20241210020910-ebdf04e854de h1:6Uoug0RmZaj7hNqxZehXlhY9WOk4dJcv6NwWfcyG4pU=
github.com/database64128/tint v0.0.0-20241210020910-ebdf04e854de/go.mod h1:vOfSDbAJ9LeQp7R2RcUd7wj55TC7ck5pRkQNqn8a5yw=
github.com/lmittmann/tint v1.0.6 h1:vkkuDAZXc0EFGNzYjWcV0h7eEX+uujH48f/ifSkJWgc=
github.com/lmittmann/tint v1.0.6/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
Expand Down
2 changes: 1 addition & 1 deletion tslog/tslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/database64128/swgp-go/conn"
"github.com/database64128/tint"
"github.com/lmittmann/tint"
)

// Config is a set of options for a [*Logger].
Expand Down

0 comments on commit 8c4f6a1

Please sign in to comment.