Seriously, why did I still have the duck image embedded twice when only the fs embed was used?
This commit is contained in:
parent
9afb2d36f0
commit
1169cd74a0
3 changed files with 4 additions and 9 deletions
2
go.mod
2
go.mod
|
@ -14,6 +14,7 @@ require (
|
|||
github.com/jackc/pgx/v5 v5.7.4
|
||||
github.com/kohkimakimoto/gluatemplate v0.0.0-20160815033744-d9e2c9d6b00f
|
||||
github.com/layeh/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
|
||||
github.com/minio/minio-go/v7 v7.0.92
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/nrednav/cuid2 v1.0.1
|
||||
github.com/pquerna/otp v1.4.0
|
||||
|
@ -68,7 +69,6 @@ require (
|
|||
github.com/miekg/dns v1.1.64 // indirect
|
||||
github.com/minio/crc64nvme v1.0.1 // indirect
|
||||
github.com/minio/md5-simd v1.1.2 // indirect
|
||||
github.com/minio/minio-go/v7 v7.0.92 // indirect
|
||||
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
||||
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
||||
github.com/quic-go/qpack v0.5.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue