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
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.