Commit 78362a0

Eric Bower  ·  2025-12-25 14:59:48 -0500 EST
parent fda3e4e
chore: update utils
3 files changed,  +5, -4
M go.mod
M go.sum
M go.mod
+1, -1
......@@ -48,7 +48,7 @@ require (
4848 github.com/neurosnap/go-exif-remove v0.0.0-20221010134343-50d1e3c35577
4949 github.com/picosh/go-rsync-receiver v0.0.0-20250304201040-fcc11dd22d79
5050 github.com/picosh/pubsub v0.0.0-20241114191831-ec8f16c0eb88
51- github.com/picosh/utils v0.0.0-20250528150332-0721504d3a96
51+ github.com/picosh/utils v0.0.0-20251225195756-31cd283409c9
5252 github.com/pkg/sftp v1.13.9
5353 github.com/prometheus/client_golang v1.22.0
5454 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
M go.sum
+2, -2
......@@ -715,8 +715,8 @@ github.com/picosh/go-rsync-receiver v0.0.0-20250304201040-fcc11dd22d79 h1:MyB9P4
715715 github.com/picosh/go-rsync-receiver v0.0.0-20250304201040-fcc11dd22d79/go.mod h1:4ZICsr6bESoHP8He9DqROlZiMw4hHHjcbDzhtTTDQzA=
716716 github.com/picosh/pubsub v0.0.0-20241114191831-ec8f16c0eb88 h1:hdxE6rquHHw1/eeqS1b+ojLaxGtN8zOiTUclPwaVbPg=
717717 github.com/picosh/pubsub v0.0.0-20241114191831-ec8f16c0eb88/go.mod h1:+9hDKIDHQCvGFigCVlIl589BwpT9R4boKhUVc/OgRU4=
718-github.com/picosh/utils v0.0.0-20250528150332-0721504d3a96 h1:kBUSca4ZRJgTK7Gg/rZpnaGiQFKDRHHiH7jH/HYvLuM=
719-github.com/picosh/utils v0.0.0-20250528150332-0721504d3a96/go.mod h1:HogYEyJ43IGXrOa3D/kjM1pkzNAyh+pejRyv8Eo//pk=
718+github.com/picosh/utils v0.0.0-20251225195756-31cd283409c9 h1:IAOI7vVyfO59A1Lt7SAzDDl+eVJvAtgrdU/AynKktes=
719+github.com/picosh/utils v0.0.0-20251225195756-31cd283409c9/go.mod h1:HogYEyJ43IGXrOa3D/kjM1pkzNAyh+pejRyv8Eo//pk=
720720 github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=
721721 github.com/pierrec/lz4/v4 v4.1.22/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
722722 github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
+2, -1
......@@ -589,7 +589,8 @@ func AddPlusFeedForUser(dbpool db.DB, userID, email string) error {
589589 func checkoutHandler() http.HandlerFunc {
590590 return func(w http.ResponseWriter, r *http.Request) {
591591 username := r.PathValue("username")
592- link := "https://checkout.pico.sh/buy/73c26cf9-3fac-44c3-b744-298b3032a96b"
592+ // link := "https://checkout.pico.sh/buy/73c26cf9-3fac-44c3-b744-298b3032a96b"
593+ link := "https://picosh.lemonsqueezy.com/buy/73c26cf9-3fac-44c3-b744-298b3032a96b"
593594 url := fmt.Sprintf(
594595 "%s?discount=0&checkout[custom][username]=%s",
595596 link,