Skip to content

Commit

Permalink
Update go.mod to use the latest version of github.com/WangYihang/uio
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Sep 10, 2024
1 parent 093ee12 commit 66ed0ba
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 @@ -3,7 +3,7 @@ module github.com/WangYihang/gojob
go 1.22.6

require (
github.com/WangYihang/uio v0.0.0-20240906040721-305cfedd121a
github.com/WangYihang/uio v0.0.0-20240910061712-086a0337cd43
github.com/google/uuid v1.6.0
github.com/jessevdk/go-flags v1.5.0
github.com/prometheus/client_golang v1.19.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/WangYihang/uio v0.0.0-20240906032945-575b80997943 h1:e5MSNG/CiJXIK/wK
github.com/WangYihang/uio v0.0.0-20240906032945-575b80997943/go.mod h1:5WoqViIAdldkfhEyOaceDjpfH4wazQDLz86aJVnHnGQ=
github.com/WangYihang/uio v0.0.0-20240906040721-305cfedd121a h1:IGsqxTs+mCkAfJdm3p2rwjlxPhKLyWou80tsDtVSEKM=
github.com/WangYihang/uio v0.0.0-20240906040721-305cfedd121a/go.mod h1:5WoqViIAdldkfhEyOaceDjpfH4wazQDLz86aJVnHnGQ=
github.com/WangYihang/uio v0.0.0-20240910061712-086a0337cd43 h1:ecPV975eOq/GLtvuZrZjD3Vqly/Nsb9jzfMyhkisEm0=
github.com/WangYihang/uio v0.0.0-20240910061712-086a0337cd43/go.mod h1:5WoqViIAdldkfhEyOaceDjpfH4wazQDLz86aJVnHnGQ=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/caarlos0/env v3.5.0+incompatible h1:Yy0UN8o9Wtr/jGHZDpCBLpNrzcFLLM2yixi/rBrKyJs=
Expand Down

0 comments on commit 66ed0ba

Please sign in to comment.