Skip to content

Commit 5e3133a

Browse files
committed
Run go mod tidy
1 parent 58a3c91 commit 5e3133a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ require (
6060
github.com/olekukonko/tablewriter v0.0.5
6161
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
6262
github.com/pelletier/go-toml/v2 v2.2.3
63+
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
6364
github.com/rogpeppe/go-internal v1.13.1
6465
github.com/sanity-io/litter v1.5.5
6566
github.com/spf13/afero v1.11.0
@@ -145,7 +146,6 @@ require (
145146
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
146147
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
147148
github.com/perimeterx/marshmallow v1.1.5 // indirect
148-
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
149149
github.com/pkg/errors v0.9.1 // indirect
150150
github.com/russross/blackfriday/v2 v2.1.0 // indirect
151151
go.opencensus.io v0.24.0 // indirect

‎go.sum‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,6 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
470470
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
471471
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
472472
github.com/yuin/goldmark v1.7.1/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
473-
github.com/yuin/goldmark v1.7.4 h1:BDXOHExt+A7gwPCJgPIIq7ENvceR7we7rOS9TNoLZeg=
474-
github.com/yuin/goldmark v1.7.4/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
475473
github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
476474
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
477475
github.com/yuin/goldmark-emoji v1.0.4 h1:vCwMkPZSNefSUnOW2ZKRUjBSD5Ok3W78IXhGxxAEF90=

0 commit comments

Comments
 (0)