Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fufuok committed Nov 12, 2024
1 parent c6e00d7 commit 14458ed
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 @@ -8,7 +8,7 @@ require (
github.com/fufuok/bytespool v1.4.0
github.com/fufuok/chanx v1.2.2
github.com/fufuok/cron v0.3.2
github.com/fufuok/freelru v0.13.3
github.com/fufuok/freelru v0.15.0
github.com/fufuok/ntp v1.0.0
github.com/fufuok/utils v1.2.10
github.com/gin-gonic/gin v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/fufuok/chanx v1.2.2 h1:ZTv6af8N07mKnhzR0DU6tk9RZhsB3ffMY4N0spDhmSA=
github.com/fufuok/chanx v1.2.2/go.mod h1:d9WAtwHbIqRIEuZqfaD6v9O+x/9Y+rGNgUuBnSwbyJU=
github.com/fufuok/cron v0.3.2 h1:kFElN4SnLEnE8vWZhLlNv9WgHLdWVfepSYeoyK9V9Pg=
github.com/fufuok/cron v0.3.2/go.mod h1:fbTEmIk30P2o35BqPgCNSm8MvnC1XjNojtPlgJk4/lY=
github.com/fufuok/freelru v0.13.3 h1:x8c0mmJ5d8Ddr4Lxw1KjZkvgeIblor7OAKH1wshq80M=
github.com/fufuok/freelru v0.13.3/go.mod h1:6B/BCmtS+iIJmAFmCDfSUaLsuQtPio0BpBkPuAOgQ0k=
github.com/fufuok/freelru v0.15.0 h1:MnXaL/51hI3W89egbl190GmeUWf5R6fnVgk3VTqEsA4=
github.com/fufuok/freelru v0.15.0/go.mod h1:6B/BCmtS+iIJmAFmCDfSUaLsuQtPio0BpBkPuAOgQ0k=
github.com/fufuok/ntp v1.0.0 h1:xGm9RBUrHGt1RDbzSoZtLsglRjwjzrxaKetHBZG9UGI=
github.com/fufuok/ntp v1.0.0/go.mod h1:K+adSFG6KYUvHRKPZEFP1jj3GFSvEU31AvuCbt7u92Q=
github.com/fufuok/utils v1.2.10 h1:hGPjpZRXn4iuPZHGFKkCejafiSC+h6MvWeDtC0Yye1g=
Expand Down
2 changes: 1 addition & 1 deletion json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/fufuok/utils"
)

type RawMessage []byte
type RawMessage []byte // nolint: recvcheck

// MarshalJSON returns m as the JSON encoding of m.
func (m RawMessage) MarshalJSON() ([]byte, error) {
Expand Down

0 comments on commit 14458ed

Please sign in to comment.