Skip to content

Commit 4c1db1b

Browse files
committed
chore: run go mod tidy
1 parent 0c66c1a commit 4c1db1b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/oapi-codegen/runtime v1.1.1
1515
)
1616

17-
require github.com/jianyuan/go-utils v0.0.0-20241124123843-bffc107339ec // indirect
17+
require github.com/jianyuan/go-utils v0.0.0-20241124123843-bffc107339ec
1818

1919
require (
2020
github.com/BurntSushi/toml v1.3.2 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOl
177177
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
178178
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
179179
github.com/jhump/protoreflect v1.15.1/go.mod h1:jD/2GMKKE6OqX8qTjhADU1e6DShO+gavG9e0Q693nKo=
180-
github.com/jianyuan/go-utils v0.0.0-20241124122707-2bfd30dda6ff h1:+SqXg6Q4ivjzvenwET+/SH+S7voPPQiboicrtD2YgSU=
181-
github.com/jianyuan/go-utils v0.0.0-20241124122707-2bfd30dda6ff/go.mod h1:cvbUj/ukK6408oJYWGcKdFmI+0R5ZGo1lRjelXMl8xw=
182180
github.com/jianyuan/go-utils v0.0.0-20241124123843-bffc107339ec h1:S/beNIYmeADvT4J59f37yLs0zFk8T/TV/6asxbBmP18=
183181
github.com/jianyuan/go-utils v0.0.0-20241124123843-bffc107339ec/go.mod h1:D1O+WiG+p0g3LExvWtPEn6+UDTKJoUxTfJxyM6Ya6+k=
184182
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=

0 commit comments

Comments
 (0)