Skip to content

Commit

Permalink
go.mod: Properly fetch new library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxboron committed Dec 11, 2022
1 parent 1423250 commit 5a0bcb6
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 @@ -5,7 +5,7 @@ go 1.17
require (
github.com/anatol/vmtest v0.0.0-20210225191124-26540db15d49
github.com/fatih/color v1.13.0
github.com/foxboron/go-uefi v0.0.0-20221207092238-a27835c3dec7
github.com/foxboron/go-uefi v0.0.0-20221211185831-8b4d22f6813c
github.com/google/go-attestation v0.3.3-0.20210901195502-505680f536da
github.com/google/uuid v1.3.0
github.com/spf13/afero v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ github.com/fortytw2/leaktest v1.2.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHqu
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/foxboron/go-uefi v0.0.0-20221207092238-a27835c3dec7 h1:Mr/7if0ZJ8335kAAcbmu+yjA/hPrk86odtzFiFJbqiA=
github.com/foxboron/go-uefi v0.0.0-20221207092238-a27835c3dec7/go.mod h1:v8reHAgwfyyVXay1XWYEQtTE8SNCBO1/Xm4aefyJUkY=
github.com/foxboron/go-uefi v0.0.0-20221211185831-8b4d22f6813c h1:yn8OwSixytuvd5fzx70g6mByI9jDZiSUQ3LDhPwxB3k=
github.com/foxboron/go-uefi v0.0.0-20221211185831-8b4d22f6813c/go.mod h1:v8reHAgwfyyVXay1XWYEQtTE8SNCBO1/Xm4aefyJUkY=
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
Expand Down

0 comments on commit 5a0bcb6

Please sign in to comment.