Skip to content

Commit

Permalink
Update rawconv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldev committed Mar 20, 2024
1 parent 104c2e3 commit 4079907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-pogo/errors v0.9.0
github.com/go-pogo/rawconv v0.5.0
github.com/go-pogo/rawconv v0.5.1
github.com/go-pogo/writing v0.1.1
github.com/stretchr/testify v1.9.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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=
github.com/go-pogo/errors v0.9.0 h1:fM3PHQ9hs7CE53FWG7JLbAr9cYu3ly9lb8CmgttRy+k=
github.com/go-pogo/errors v0.9.0/go.mod h1:I6kCHOu3yR1WeJtGWusyTxQUQX257cw6xFVnYB4+Rtw=
github.com/go-pogo/rawconv v0.5.0 h1:DrBuGAAsf3ivpXv7vJ7Ql9bFjgGFCdNnkZZY1ZSCrMg=
github.com/go-pogo/rawconv v0.5.0/go.mod h1:7V7k9JS5lIx1CZXiabFhN3sqyo8dIc7Xs/WroV5bp/Q=
github.com/go-pogo/rawconv v0.5.1 h1:B2PfvpEmtbE3SOjmq/pf00xP6Hik2Huojt0bWkvGlUw=
github.com/go-pogo/rawconv v0.5.1/go.mod h1:F5QBFNSwptg2+86dOHC5d3Klvd2PKrPR79Y+Wa+VxY4=
github.com/go-pogo/writing v0.1.1 h1:tl7JsWk9hUj6YkRXxU5dYJBdhQjthH7T5HhuZ/tLj+w=
github.com/go-pogo/writing v0.1.1/go.mod h1:HcMqR6gCOswRY2J4/YSGZk5TjkmMUyUDo6Cp0890C64=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

0 comments on commit 4079907

Please sign in to comment.