Skip to content

Commit

Permalink
refactor: run go mod tidy on chromad
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed May 28, 2022
1 parent d13d611 commit 4dfc2ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/chromad/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ require (
github.com/gorilla/mux v1.7.3
)

require (
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
)

replace github.com/alecthomas/chroma/v2 => ../../

0 comments on commit 4dfc2ca

Please sign in to comment.