Skip to content

Commit

Permalink
chore: update proxy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Dec 20, 2024
1 parent 0dfdc56 commit 456215d
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 @@ -2,7 +2,7 @@ module github.com/syncthing/apt-web

go 1.23.4

require calmh.dev/proxy v0.0.0-20241211092212-0b1edd17f719
require calmh.dev/proxy v0.0.0-20241220141533-76ceaea4b336

require (
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
calmh.dev/proxy v0.0.0-20241211092212-0b1edd17f719 h1:BePk+UiIug8XJ3l7r71nnqcgWTGX1069sHiJ3ZZ75ak=
calmh.dev/proxy v0.0.0-20241211092212-0b1edd17f719/go.mod h1:jlSCq6Yg3xwM6afXvjPtH4iWY1/b4kXpi0aOnsxxRuI=
calmh.dev/proxy v0.0.0-20241220141533-76ceaea4b336 h1:WiMLnSrAYmsH4SITByG/8PfgTYQUlKr+nSS1UF7JrMk=
calmh.dev/proxy v0.0.0-20241220141533-76ceaea4b336/go.mod h1:jlSCq6Yg3xwM6afXvjPtH4iWY1/b4kXpi0aOnsxxRuI=
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw=
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
Expand Down

0 comments on commit 456215d

Please sign in to comment.