Skip to content

Commit

Permalink
added go hwm utils
Browse files Browse the repository at this point in the history
  • Loading branch information
allan committed Nov 7, 2024
1 parent 1563064 commit f6ad208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
)

require (
github.com/HiWay-Media/hwm-go-utils v0.6.79 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/getkin/kin-openapi v0.126.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/HiWay-Media/hwm-go-utils v0.6.79 h1:tQxbdS6d5EW8tdwUBrxm6331kSoD86dM/MZXS5Smtlk=
github.com/HiWay-Media/hwm-go-utils v0.6.79/go.mod h1:RMYxjQbIhfr/V4EqUrMnWRtTDGRGkduAM+UIXCZ7RKk=
github.com/Paxx-RnD/go-helper v1.0.63 h1:3LeA4L+iSipncHMPVaD0GAv+QtbBStIPEjiu38XFO+o=
github.com/Paxx-RnD/go-helper v1.0.63/go.mod h1:Ng47qyxnTvYB/dJMOa748CXzIgjOd3HLi+y5bqa8li8=
github.com/caarlos0/env/v6 v6.10.1 h1:t1mPSxNpei6M5yAeu1qtRdPAK29Nbcf/n3G7x+b3/II=
Expand Down

0 comments on commit f6ad208

Please sign in to comment.