Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions claat/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module github.com/googlecodelabs/tools/claat

go 1.16

replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.1.0

require (
github.com/google/go-cmp v0.5.6
github.com/x1ddos/csslex v0.0.0-20160125172232-7894d8ab8bfe
github.com/yuin/goldmark v1.3.7
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
gopkg.in/russross/blackfriday.v2 v2.0.0-00010101000000-000000000000
)
Loading