Skip to content

Commit

Permalink
Upgrade funcs package to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYallers committed Mar 28, 2024
1 parent 20910fe commit 3d82d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ZYallers/golib/curl
go 1.17

require (
github.com/ZYallers/golib/funcs v0.0.1
github.com/ZYallers/golib/funcs v0.0.2
github.com/ZYallers/golib/json v0.0.1
github.com/tidwall/gjson v1.6.1
)
Expand Down
4 changes: 2 additions & 2 deletions curl/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/ZYallers/golib/funcs v0.0.1 h1:5+UmNwepRyoz9eOqTe+corRganMQU1WozuR4mQzFxWA=
github.com/ZYallers/golib/funcs v0.0.1/go.mod h1:TlqxCCBnAtphsFZnDTKxTdFyBhfdY/iUGsvo7j4WEjs=
github.com/ZYallers/golib/funcs v0.0.2 h1:LWnxn4ugrr8Bk3PtO1BVvvZNun8NmtOoX0LrIYtZcWs=
github.com/ZYallers/golib/funcs v0.0.2/go.mod h1:TlqxCCBnAtphsFZnDTKxTdFyBhfdY/iUGsvo7j4WEjs=
github.com/ZYallers/golib/json v0.0.1 h1:4JuvSsNb3B85eRh4YWDqnsva3Pm1LO99hbIoAAhHGRU=
github.com/ZYallers/golib/json v0.0.1/go.mod h1:2p6fuQ9DfBkXLNhROawwukUz3Q8CplafpYPK57i90F0=
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394/go.mod h1:Q8n74mJTIgjX4RBBcHnJ05h//6/k6foqmgE45jTQtxg=
Expand Down

0 comments on commit 3d82d57

Please sign in to comment.