Skip to content

Commit

Permalink
Move the times from a table to a row (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaper47 authored Sep 26, 2024
1 parent fa8da64 commit 9ce8f98
Show file tree
Hide file tree
Showing 8 changed files with 391 additions and 443 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/jung-kurt/gofpdf v1.16.2
github.com/neurosnap/sentences v1.1.2
github.com/pdfcpu/pdfcpu v0.8.1
github.com/pressly/goose/v3 v3.22.0
github.com/pressly/goose/v3 v3.22.1
github.com/sendgrid/sendgrid-go v3.16.0+incompatible
github.com/urfave/cli/v2 v2.27.4
golang.org/x/crypto v0.27.0
Expand All @@ -35,11 +35,11 @@ require (

require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/go-chi/chi/v5 v5.0.11 // indirect
github.com/goccy/go-json v0.10.3 // indirect
Expand Down Expand Up @@ -76,14 +76,15 @@ require (
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
gonum.org/v1/gonum v0.15.1 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
modernc.org/gc/v3 v3.0.0-20240801135723-a856999a2e4a // indirect
modernc.org/libc v1.60.1 // indirect
modernc.org/libc v1.61.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/strutil v1.2.0 // indirect
Expand Down
181 changes: 15 additions & 166 deletions go.sum

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions internal/server/handlers_recipes_test.go

Large diffs are not rendered by default.

Loading

0 comments on commit 9ce8f98

Please sign in to comment.