Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Oct 14, 2022
1 parent 9740e9f commit 6e1c7b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/uhppoted/uhppote-cli
go 1.19

require (
github.com/uhppoted/uhppote-core v0.8.2-0.20221012170946-d9f90fb812d0
github.com/uhppoted/uhppoted-lib v0.8.2-0.20221013163909-e934765e449f
github.com/uhppoted/uhppote-core v0.8.2
github.com/uhppoted/uhppoted-lib v0.8.2
)

require golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
require golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/uhppoted/uhppote-core v0.8.2-0.20221012170946-d9f90fb812d0 h1:0Tn/Bev32tm181nNZ142AWkN6W5MoL+pgG9nSilEcCg=
github.com/uhppoted/uhppote-core v0.8.2-0.20221012170946-d9f90fb812d0/go.mod h1:DsKVqUqHPQoZx4C4qp0fmYuyDXfFH8k+ejTriM9pOE4=
github.com/uhppoted/uhppoted-lib v0.8.2-0.20221013163909-e934765e449f h1:LBu3gyTK2OLEzjBXnoxtkrbBECM2tlEVNtzGrzJOBTo=
github.com/uhppoted/uhppoted-lib v0.8.2-0.20221013163909-e934765e449f/go.mod h1:U3iRffCyq1cL/rJ2jbPW23bZ3whOPExECWGUdC/Brns=
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 h1:k5II8e6QD8mITdi+okbbmR/cIyEbeXLBhy5Ha4nevyc=
golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
github.com/uhppoted/uhppote-core v0.8.2 h1:FCf+mm8Sos9HH0Cgh0xVjjmXce1lVKGglYYcm6f5p3k=
github.com/uhppoted/uhppote-core v0.8.2/go.mod h1:DsKVqUqHPQoZx4C4qp0fmYuyDXfFH8k+ejTriM9pOE4=
github.com/uhppoted/uhppoted-lib v0.8.2 h1:QrZBUjEAHk2I0h9KhVZaqYiTBMAALpyG38rt/mLGtsM=
github.com/uhppoted/uhppoted-lib v0.8.2/go.mod h1:b4kLAd3C6Px4VFlG9Ng+420gQBLgFAS96D38ftL+/pU=
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 h1:OK7RB6t2WQX54srQQYSXMW8dF5C6/8+oA/s5QBmmto4=
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 6e1c7b5

Please sign in to comment.