diff --git a/go.mod b/go.mod index 8a0a7b7..a60c76d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/nao1215/gup go 1.20 require ( - github.com/adrg/xdg v0.5.2 + github.com/adrg/xdg v0.5.3 github.com/fatih/color v1.18.0 github.com/gen2brain/beeep v0.0.0-20220909211152-5a9ec94374f6 github.com/google/go-cmp v0.6.0 diff --git a/go.sum b/go.sum index d202de9..40ffb9e 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/adrg/xdg v0.5.2 h1:HNeVffMIG56GLMaoKTcTcyFhD2xS/dhyuBlKSNCM6Ug= -github.com/adrg/xdg v0.5.2/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ= +github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78= +github.com/adrg/xdg v0.5.3/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ= github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=