Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Aug 9, 2023
1 parent 9797cf8 commit 1d590f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ go 1.19

require (
github.com/benpate/derp v0.27.2
github.com/benpate/remote v0.10.4
github.com/benpate/rosetta v0.16.2
github.com/benpate/remote v0.10.6
github.com/benpate/rosetta v0.17.0
github.com/davecgh/go-spew v1.1.1
github.com/go-fed/httpsig v1.1.0
github.com/stretchr/testify v1.8.4
)

require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/benpate/exp v0.7.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.24 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ github.com/benpate/derp v0.27.2 h1:v4NUa1y3cQirDZwmd6dr9NwOlMBNECUgAueBN5XFVT4=
github.com/benpate/derp v0.27.2/go.mod h1:y+PJWv5VOBOnd1y4CGk/c7xVS0Pwxg9BGQE5r/SGc8w=
github.com/benpate/exp v0.7.1 h1:1lIlWfX/XrrDSSr3tG8fueZFGqWeQVaQhSExQ9oxl9s=
github.com/benpate/exp v0.7.1/go.mod h1:VWDkZ1uM4HyXJVi+NDA1QvVklsgFE7T9L5lCeZBento=
github.com/benpate/remote v0.10.4 h1:PkhGzN7YGZiS5VfKK/xghk3Gio2+yjkAL1B1iU16muc=
github.com/benpate/remote v0.10.4/go.mod h1:AllAEWRr2+R9hB0MttrutZX5qLBYP2YujMAKqqW3oGU=
github.com/benpate/rosetta v0.16.2 h1:ZjXLqHmCCLTFvsEfmxwyydqeRcHyI0ZTmHEnnMuN1Mc=
github.com/benpate/rosetta v0.16.2/go.mod h1:XWXwxhf+JQ/roniEDAaiIHThrn4gW33KhSJHVq2FNO8=
github.com/benpate/remote v0.10.6 h1:Z8ubJ7mszconlhBwimLgpv4uIVJbl+8gS26gQ7znKfw=
github.com/benpate/remote v0.10.6/go.mod h1:AllAEWRr2+R9hB0MttrutZX5qLBYP2YujMAKqqW3oGU=
github.com/benpate/rosetta v0.17.0 h1:9+ZPrw/VYN1nyV3umawKsb6s5l471r0BhGDV8fj7QRU=
github.com/benpate/rosetta v0.17.0/go.mod h1:XWXwxhf+JQ/roniEDAaiIHThrn4gW33KhSJHVq2FNO8=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-fed/httpsig v1.1.0 h1:9M+hb0jkEICD8/cAiNqEB66R87tTINszBRTjwjQzWcI=
Expand Down

0 comments on commit 1d590f3

Please sign in to comment.