Skip to content

Commit

Permalink
typeid/cli: fix build (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcurtis committed Apr 10, 2024
1 parent f8d40c6 commit 2aa969f
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 @@ -6,7 +6,7 @@ toolchain go1.22.1

require (
github.com/spf13/cobra v1.8.0
go.jetpack.io/typeid v1.0.0
go.jetpack.io/typeid v1.0.1-0.20240409204517-1cb0aefec14a
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
go.jetpack.io/typeid v1.0.0 h1:8gQ+iYGdyiQ0Pr40ydSB/PzMOIwlXX5DTojp1CBeSPQ=
go.jetpack.io/typeid v1.0.0/go.mod h1:+UPEaECUgFxgAjFPn5Yf9eO/3ft/3xZ98Eahv9JW/GQ=
go.jetpack.io/typeid v1.0.1-0.20240409204517-1cb0aefec14a h1:xTBYQ1o5KpOWWMEu1jjxRLRBigdTW4musV7SoxIZ7W0=
go.jetpack.io/typeid v1.0.1-0.20240409204517-1cb0aefec14a/go.mod h1:HNqGjYgBHdLQKGuHo5+p6HPAavGK+zlwsawOh1l6zK0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
Expand Down

0 comments on commit 2aa969f

Please sign in to comment.