Skip to content

Commit

Permalink
remove gomad fork
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Feb 11, 2024
1 parent 5538f0e commit 3f28b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/NYTimes/gziphandler v1.1.1
github.com/bep/godartsass/v2 v2.0.0
github.com/caarlos0/env/v9 v9.0.0
github.com/doutorfinancas/go-mad v0.0.0-20230919144016-ba934a817ecf
github.com/doutorfinancas/go-mad v0.0.0-20240205120830-463c1e9760f0
github.com/evanw/esbuild v0.20.0
github.com/friendsofshopware/go-shopware-admin-api-sdk v0.0.0-20231210091330-92f38f1ae77c
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -59,5 +59,3 @@ require (
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

replace github.com/doutorfinancas/go-mad => github.com/nussjustin/go-mad v0.0.0-20240117104549-ee674f83c906
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/doutorfinancas/go-mad v0.0.0-20230919144016-ba934a817ecf/go.mod h1:yfWKFJm6NisKuie2cdH5zUttu4gZYHa/CY7CHpA3tMU=
github.com/doutorfinancas/go-mad v0.0.0-20240205120830-463c1e9760f0 h1:cWD0MJPVWuovydnte9nGMY1ht+SS+O6XDcAxGv0jRy8=
github.com/doutorfinancas/go-mad v0.0.0-20240205120830-463c1e9760f0/go.mod h1:yfWKFJm6NisKuie2cdH5zUttu4gZYHa/CY7CHpA3tMU=
github.com/evanw/esbuild v0.20.0 h1:pcW+/LCNc99Pgfs0kUnvjRCba8Lr9tDMSVg89t1ZLW4=
github.com/evanw/esbuild v0.20.0/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
github.com/frankban/quicktest v1.14.2 h1:SPb1KFFmM+ybpEjPUhCCkZOM5xlovT5UbrMvWnXyBns=
Expand Down

0 comments on commit 3f28b23

Please sign in to comment.