Skip to content

Commit

Permalink
refactor: ensure no trash from utils propagates
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 2, 2024
1 parent 8c56212 commit 55c5e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/anaskhan96/soup v1.2.5
github.com/bwmarrin/discordgo v0.27.1
github.com/caarlos0/env/v6 v6.10.1
github.com/darklab8/darklab_goutils v0.3.0
github.com/darklab8/darklab_goutils v0.3.1
github.com/joho/godotenv v1.5.1
github.com/pkg/profile v1.7.0
github.com/spf13/cobra v1.8.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/darklab8/darklab_goutils v0.3.0 h1:LIfuLIT+iUyyLbwd7smHTFhVdfOSc0NuQDeIXZHz/Dg=
github.com/darklab8/darklab_goutils v0.3.0/go.mod h1:sL2yFr77PquFePdB9tsTFzNYspyz+hkW3a3sVUjFyrU=
github.com/darklab8/darklab_goutils v0.3.1 h1:R4mAGRKG6YOfoFk/OE0JCvVMKzMyQR1+DOzEVom9UXs=
github.com/darklab8/darklab_goutils v0.3.1/go.mod h1:sL2yFr77PquFePdB9tsTFzNYspyz+hkW3a3sVUjFyrU=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 55c5e11

Please sign in to comment.