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
+1,
-1
| ... | ... | @@ -48,7 +48,7 @@ require ( | |
| 48 | 48 | github.com/neurosnap/go-exif-remove v0.0.0-20221010134343-50d1e3c35577 | |
| 49 | 49 | github.com/picosh/go-rsync-receiver v0.0.0-20250304201040-fcc11dd22d79 | |
| 50 | 50 | 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 | |
| 52 | 52 | github.com/pkg/sftp v1.13.9 | |
| 53 | 53 | github.com/prometheus/client_golang v1.22.0 | |
| 54 | 54 | 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 | |
| 715 | 715 | github.com/picosh/go-rsync-receiver v0.0.0-20250304201040-fcc11dd22d79/go.mod h1:4ZICsr6bESoHP8He9DqROlZiMw4hHHjcbDzhtTTDQzA= | |
| 716 | 716 | github.com/picosh/pubsub v0.0.0-20241114191831-ec8f16c0eb88 h1:hdxE6rquHHw1/eeqS1b+ojLaxGtN8zOiTUclPwaVbPg= | |
| 717 | 717 | 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= | |
| 720 | 720 | github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU= | |
| 721 | 721 | github.com/pierrec/lz4/v4 v4.1.22/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= | |
| 722 | 722 | 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 { | |
| 589 | 589 | func checkoutHandler() http.HandlerFunc { | |
| 590 | 590 | return func(w http.ResponseWriter, r *http.Request) { | |
| 591 | 591 | 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" | |
| 593 | 594 | url := fmt.Sprintf( | |
| 594 | 595 | "%s?discount=0&checkout[custom][username]=%s", | |
| 595 | 596 | link, |