Skip to content

Commit f862d1e

Browse files
osteeleclaude
andauthored
fix: run go mod tidy to sync go.mod/go.sum (#135)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3d4c31f commit f862d1e

2 files changed

Lines changed: 48 additions & 16 deletions

File tree

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ require (
113113
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
114114
github.com/kisielk/errcheck v1.9.0 // indirect
115115
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
116-
github.com/kr/pretty v0.3.1 // indirect
117116
github.com/kulti/thelper v0.7.1 // indirect
118117
github.com/kunwardeep/paralleltest v1.0.15 // indirect
119118
github.com/lasiar/canonicalheader v1.1.2 // indirect
@@ -209,7 +208,6 @@ require (
209208
golang.org/x/sys v0.37.0 // indirect
210209
golang.org/x/text v0.30.0 // indirect
211210
google.golang.org/protobuf v1.36.8 // indirect
212-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
213211
gopkg.in/ini.v1 v1.67.0 // indirect
214212
gopkg.in/yaml.v3 v3.0.1 // indirect
215213
honnef.co/go/tools v0.6.1 // indirect

0 commit comments

Comments
 (0)