Skip to content

Commit 555ac6d

Browse files
committed
build(go.mod): remove mistaken "indirect" comments
1 parent 5de4bd1 commit 555ac6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/dbohdan/automatic-api
33
go 1.16
44

55
require (
6-
github.com/BurntSushi/toml v1.3.2 // indirect
7-
github.com/yuin/goldmark v1.6.0 // indirect
6+
github.com/BurntSushi/toml v1.3.2
7+
github.com/yuin/goldmark v1.6.0
88
)

0 commit comments

Comments
 (0)