Skip to content

Commit

Permalink
fix: goutils version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 14, 2024
1 parent c3b997e commit cf10034
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 @@ -4,7 +4,7 @@ go 1.21.1

require (
github.com/a-h/templ v0.2.513
github.com/darklab8/darklab_goutils v0.4.1
github.com/darklab8/darklab_goutils v0.5.0
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/a-h/templ v0.2.513 h1:ZmwGAOx4NYllnHy+FTpusc4+c5msoMpPIYX0Oy3dNqw=
github.com/a-h/templ v0.2.513/go.mod h1:9gZxTLtRzM3gQxO8jr09Na0v8/jfliS97S9W5SScanM=
github.com/darklab8/darklab_goutils v0.4.1 h1:aHQJCp/iia/ZJGx1nOZoCbZ14MW95mhB0eB1ghpnZbA=
github.com/darklab8/darklab_goutils v0.4.1/go.mod h1:sL2yFr77PquFePdB9tsTFzNYspyz+hkW3a3sVUjFyrU=
github.com/darklab8/darklab_goutils v0.5.0 h1:iqmn0+SqUq0pBkpPuB/sAvONgPHhlEuE646GpDXs2Cg=
github.com/darklab8/darklab_goutils v0.5.0/go.mod h1:sL2yFr77PquFePdB9tsTFzNYspyz+hkW3a3sVUjFyrU=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4 h1:0sw0nJM544SpsihWx1bkXdYLQDlzRflMgFJQ4Yih9ts=
Expand Down

0 comments on commit cf10034

Please sign in to comment.